#6ECEE0

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

Shades of Turquoise Blue #6ECEE0

Tints of Turquoise Blue #6ECEE0

Color information

#6ECEE0 (or 0x6ECEE0) is unknown color: approx Turquoise Blue. HEX triplet: 6E, CE and E0. RGB value is (110,206,224). Sum of RGB (Red+Green+Blue) = 110+206+224=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ECEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEE0 is #91311F. Grayscale: #B3B3B3. Windows color (decimal): -9515296 or 14732910. OLE color: 14732910.

HSL color Cylindrical-coordinate representation of color #6ECEE0: hue angle of 189.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECEE0 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110206224-
CMYK0.510.0800.12
HSL189.47º64.77%65.49%-
HSV(B)189.47º50.89%87.84%-
XYZ41.9652.8478.51-
YUV179.35153.278.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.37%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 224 (87.89% from 255) = 41.48%
R=20.37%
G=38.15%
B=41.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102062240.510.0800.12189.4764.7765.49
Hex6ECEE03380Cbd4141
Octal1563163406310014275101101
Binary110111011001110111000001100111000011001011110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,206,224); }

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

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

 a { background-color: rgb(110,206,224); }

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

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

 span { border-color: rgb(110,206,224); }

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