#6EE5F6

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

Shades of Turquoise Blue #6EE5F6

Tints of Turquoise Blue #6EE5F6

Color information

#6EE5F6 (or 0x6EE5F6) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E5 and F6. RGB value is (110,229,246). Sum of RGB (Red+Green+Blue) = 110+229+246=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #6EE5F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE5F6 is #911A09. Grayscale: #C3C3C3. Windows color (decimal): -9509386 or 16180590. OLE color: 16180590.

HSL color Cylindrical-coordinate representation of color #6EE5F6: hue angle of 187.5º 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 #6EE5F6 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110229246-
CMYK0.550.0700.04
HSL187.5º88.31%69.8%-
HSV(B)187.5º55.28%96.47%-
XYZ51.0866.0197.24-
YUV195.36156.5867.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.80%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 246 (96.48% from 255) = 42.05%
R=18.80%
G=39.15%
B=42.05%

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
Decimal1102292460.550.0700.04187.588.3169.8
Hex6EE5F637704bc5846
Octal15634536667704274130106
Binary1101110111001011111011011011111101001011110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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