#6ED2DF

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

Shades of Turquoise Blue #6ED2DF

Tints of Turquoise Blue #6ED2DF

Color information

#6ED2DF (or 0x6ED2DF) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D2 and DF. RGB value is (110,210,223). Sum of RGB (Red+Green+Blue) = 110+210+223=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ED2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2DF is #912D20. Grayscale: #B5B5B5. Windows color (decimal): -9514273 or 14668398. OLE color: 14668398.

HSL color Cylindrical-coordinate representation of color #6ED2DF: hue angle of 186.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED2DF is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110210223-
CMYK0.510.0600.13
HSL186.9º63.84%65.29%-
HSV(B)186.9º50.67%87.45%-
XYZ42.854.7478.12-
YUV181.58151.3776.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.26%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=20.26%
G=38.67%
B=41.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102102230.510.0600.13186.963.8465.29
Hex6ED2DF3360Dbb4041
Octal156322337636015273100101
Binary11011101101001011011111110011110011011011101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,210,223); }

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

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

 a { background-color: rgb(110,210,223); }

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

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

 span { border-color: rgb(110,210,223); }

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