#6EE6F6

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

Shades of Turquoise Blue #6EE6F6

Tints of Turquoise Blue #6EE6F6

Color information

#6EE6F6 (or 0x6EE6F6) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E6 and F6. RGB value is (110,230,246). Sum of RGB (Red+Green+Blue) = 110+230+246=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #6EE6F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE6F6 is #911909. Grayscale: #C3C3C3. Windows color (decimal): -9509130 or 16180846. OLE color: 16180846.

HSL color Cylindrical-coordinate representation of color #6EE6F6: hue angle of 187.06º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EE6F6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110230246-
CMYK0.550.0700.04
HSL187.06º88.31%69.8%-
HSV(B)187.06º55.28%96.47%-
XYZ51.3666.5697.33-
YUV195.94156.2466.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.77%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 246 (96.48% from 255) = 41.98%
R=18.77%
G=39.25%
B=41.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102302460.550.0700.04187.0688.3169.8
Hex6EE6F637704bb5846
Octal15634636667704273130106
Binary1101110111001101111011011011111101001011101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,230,246); }

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

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

 a { background-color: rgb(110,230,246); }

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

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

 span { border-color: rgb(110,230,246); }

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