#6EE0D7

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

Shades of Turquoise Blue #6EE0D7

Tints of Turquoise Blue #6EE0D7

Color information

#6EE0D7 (or 0x6EE0D7) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E0 and D7. RGB value is (110,224,215). Sum of RGB (Red+Green+Blue) = 110+224+215=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0D7 is #911F28. Grayscale: #BCBCBC. Windows color (decimal): -9510697 or 14147694. OLE color: 14147694.

HSL color Cylindrical-coordinate representation of color #6EE0D7: hue angle of 175.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0D7 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB110224215-
CMYK0.5100.040.12
HSL175.26º64.77%65.49%-
HSV(B)175.26º50.89%87.84%-
XYZ45.3561.5373.78-
YUV188.89142.7371.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.04%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=20.04%
G=40.80%
B=39.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102242150.5100.040.12175.2664.7765.49
Hex6EE0D73304Caf4141
Octal156340327630414257101101
Binary11011101110000011010111110011010011001010111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,224,215); }

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

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

 a { background-color: rgb(110,224,215); }

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

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

 span { border-color: rgb(110,224,215); }

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