#6EE8D6

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

Shades of Turquoise Blue #6EE8D6

Tints of Turquoise Blue #6EE8D6

Color information

#6EE8D6 (or 0x6EE8D6) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E8 and D6. RGB value is (110,232,214). Sum of RGB (Red+Green+Blue) = 110+232+214=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #6EE8D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE8D6 is #911729. Grayscale: #C1C1C1. Windows color (decimal): -9508650 or 14084206. OLE color: 14084206.

HSL color Cylindrical-coordinate representation of color #6EE8D6: hue angle of 171.15º degrees, saturation: 0.73, 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 #6EE8D6 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB110232214-
CMYK0.5300.080.09
HSL171.15º72.62%67.06%-
HSV(B)171.15º52.59%90.98%-
XYZ47.4265.8873.84-
YUV193.47139.5868.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.78%
GREEN value IS 232 (91.02% from 255) = 41.73%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=19.78%
G=41.73%
B=38.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1102322140.5300.080.09171.1572.6267.06
Hex6EE8D635089ab4943
Octal1563503266501011253111103
Binary110111011101000110101101101010100010011010101110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,232,214); }

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

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

 a { background-color: rgb(110,232,214); }

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

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

 span { border-color: rgb(110,232,214); }

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