#6ED0DE

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

Shades of Turquoise Blue #6ED0DE

Tints of Turquoise Blue #6ED0DE

Color information

#6ED0DE (or 0x6ED0DE) is unknown color: approx Turquoise Blue. HEX triplet: 6E, D0 and DE. RGB value is (110,208,222). Sum of RGB (Red+Green+Blue) = 110+208+222=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ED0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0DE is #912F21. Grayscale: #B4B4B4. Windows color (decimal): -9514786 or 14602350. OLE color: 14602350.

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

Color convert

RGB110208222-
CMYK0.500.0600.13
HSL187.5º62.92%65.1%-
HSV(B)187.5º50.45%87.06%-
XYZ42.1753.777.25-
YUV180.29151.5377.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.37%
GREEN value IS 208 (81.64% from 255) = 38.52%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=20.37%
G=38.52%
B=41.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102082220.500.0600.13187.562.9265.1
Hex6ED0DE3260Dbc3f41
Octal15632033662601527477101
Binary1101110110100001101111011001011001101101111001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,208,222); }

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

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

 a { background-color: rgb(110,208,222); }

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

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

 span { border-color: rgb(110,208,222); }

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