#6BE1EA

Color #6BE1EA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6BE1EA

Tints of Turquoise Blue #6BE1EA

Color information

#6BE1EA (or 0x6BE1EA) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E1 and EA. RGB value is (107,225,234). Sum of RGB (Red+Green+Blue) = 107+225+234=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BE1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE1EA is #941E15. Grayscale: #BEBEBE. Windows color (decimal): -9707030 or 15393131. OLE color: 15393131.

HSL color Cylindrical-coordinate representation of color #6BE1EA: hue angle of 184.25º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE1EA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107225234-
CMYK0.540.0400.08
HSL184.25º75.15%66.86%-
HSV(B)184.25º54.27%91.76%-
XYZ47.8462.9287.46-
YUV190.74152.4168.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 18.90%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=18.90%
G=39.75%
B=41.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072252340.540.0400.08184.2575.1566.86
Hex6BE1EA36408b84b43
Octal153341352664010270113103
Binary11010111110000111101010110110100010001011100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BE1EA; }

 p { color: rgb(107,225,234); }

 H1.HeaderClassName
 {
   color: #6BE1EA;
 }
 .AnyTagClassName
 {
   color: #6BE1EA;
 }
</style>
background-color css

<style>
 a { background-color: #6BE1EA; }

 a { background-color: rgb(107,225,234); }

 div.DivClassName
 {
   background-color: #6BE1EA;
 }
 .BgClassName
 {
   background-color: #6BE1EA;
 }
</style>
border-color css

<style>
 span { border-color: #6BE1EA; }

 span { border-color: rgb(107,225,234); }

 td.TdClassName
 {
   border-color: #6BE1EA;
 }
 .TagClassName
 {
   border-color: #6BE1EA;
 }
</style>