#6ECFDE

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

Shades of Turquoise Blue #6ECFDE

Tints of Turquoise Blue #6ECFDE

Color information

#6ECFDE (or 0x6ECFDE) is unknown color: approx Turquoise Blue. HEX triplet: 6E, CF and DE. RGB value is (110,207,222). Sum of RGB (Red+Green+Blue) = 110+207+222=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ECFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFDE is #913021. Grayscale: #B3B3B3. Windows color (decimal): -9515042 or 14602094. OLE color: 14602094.

HSL color Cylindrical-coordinate representation of color #6ECFDE: hue angle of 188.04º 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 #6ECFDE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110207222-
CMYK0.500.0700.13
HSL188.04º62.92%65.1%-
HSV(B)188.04º50.45%87.06%-
XYZ41.9353.2177.17-
YUV179.71151.8678.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.41%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=20.41%
G=38.40%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102072220.500.0700.13188.0462.9265.1
Hex6ECFDE3270Dbc3f41
Octal15631733662701527477101
Binary1101110110011111101111011001011101101101111001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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