Shades of Turquoise Blue #6EDCE0
Tints of Turquoise Blue #6EDCE0
RGB
CMYK
RGB Variations
Color information
#6EDCE0 (or 0x6EDCE0) is known color: Turquoise Blue. HEX triplet: 6E, DC and E0. RGB value is (110,220,224). Sum of RGB (Red+Green+Blue) = 110+220+224=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #6EDCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCE0 is #91231F. Grayscale: #BBBBBB. Windows color (decimal): -9511712 or 14736494. OLE color: 14736494.
HSL color Cylindrical-coordinate representation of color #6EDCE0: hue angle of 182.11º 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 #6EDCE0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 220 | 224 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.12 |
| HSL | 182.11º | 0.65% | 0.65% | - |
| HSV(B) | 182.11º | 0.51% | 0.88% | - |
| XYZ | 45.48 | 59.88 | 79.68 | - |
| YUV | 187.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 224 | 0.51 | 0.02 | 0 | 0.12 | 182.11 | 0.65 | 0.65 |
| Hex | 6E | DC | E0 | 33 | 2 | 0 | C | B6 | 41 | 41 |
| Octal | 156 | 334 | 340 | 63 | 2 | 0 | 14 | 266 | 101 | 101 |
| Binary | 1101110 | 11011100 | 11100000 | 110011 | 10 | 0 | 1100 | 10110110 | 1000001 | 1000001 |
Color Harmonies of #6EDCE0
Complementary color
Monochromatic Colors of #6EDCE0
Black with #6EDCE0
Text Example
Text Example
White with #6EDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCE0; }
p { color: rgb(110,220,224); }
H1.HeaderClassName
{
color: #6EDCE0;
}
.AnyTagClassName
{
color: #6EDCE0;
}
</style>
background-color css
<style>
a { background-color: #6EDCE0; }
a { background-color: rgb(110,220,224); }
div.DivClassName
{
background-color: #6EDCE0;
}
.BgClassName
{
background-color: #6EDCE0;
}
</style>
border-color css
<style>
span { border-color: #6EDCE0; }
span { border-color: rgb(110,220,224); }
td.TdClassName
{
border-color: #6EDCE0;
}
.TagClassName
{
border-color: #6EDCE0;
}
</style>