#6EE9D8

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

Shades of Turquoise Blue #6EE9D8

Tints of Turquoise Blue #6EE9D8

Color information

#6EE9D8 (or 0x6EE9D8) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E9 and D8. RGB value is (110,233,216). Sum of RGB (Red+Green+Blue) = 110+233+216=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #6EE9D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE9D8 is #911627. Grayscale: #C2C2C2. Windows color (decimal): -9508392 or 14215534. OLE color: 14215534.

HSL color Cylindrical-coordinate representation of color #6EE9D8: hue angle of 171.71º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE9D8 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB110233216-
CMYK0.5300.070.09
HSL171.71º73.65%67.25%-
HSV(B)171.71º52.79%91.37%-
XYZ47.9666.5575.28-
YUV194.28140.2567.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.68%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=19.68%
G=41.68%
B=38.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102332160.5300.070.09171.7173.6567.25
Hex6EE9D835079ac4a43
Octal156351330650711254112103
Binary11011101110100111011000110101011110011010110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,233,216); }

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

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

 a { background-color: rgb(110,233,216); }

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

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

 span { border-color: rgb(110,233,216); }

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