Shades of Dark Turquoise #11CBE0
Tints of Dark Turquoise #11CBE0
RGB
CMYK
RGB Variations
Color information
#11CBE0 (or 0x11CBE0) is known color: Dark Turquoise. HEX triplet: 11, CB and E0. RGB value is (17,203,224). Sum of RGB (Red+Green+Blue) = 17+203+224=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #11CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CBE0 is #EE341F. Grayscale: #959595. Windows color (decimal): -15610912 or 14732049. OLE color: 14732049.
HSL color Cylindrical-coordinate representation of color #11CBE0: hue angle of 186.09º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CBE0 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 203 | 224 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.12 |
| HSL | 186.09º | 0.86% | 0.47% | - |
| HSV(B) | 186.09º | 0.92% | 0.88% | - |
| XYZ | 35.04 | 48.21 | 77.98 | - |
| YUV | 149.78 | 169.88 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 224 | 0.92 | 0.09 | 0 | 0.12 | 186.09 | 0.86 | 0.47 |
| Hex | 11 | CB | E0 | 5C | 9 | 0 | C | BA | 56 | 2F |
| Octal | 21 | 313 | 340 | 134 | 11 | 0 | 14 | 272 | 126 | 57 |
| Binary | 10001 | 11001011 | 11100000 | 1011100 | 1001 | 0 | 1100 | 10111010 | 1010110 | 101111 |
Color Harmonies of #11CBE0
Complementary color
Monochromatic Colors of #11CBE0
Black with #11CBE0
Text Example
Text Example
White with #11CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBE0; }
p { color: rgb(17,203,224); }
H1.HeaderClassName
{
color: #11CBE0;
}
.AnyTagClassName
{
color: #11CBE0;
}
</style>
background-color css
<style>
a { background-color: #11CBE0; }
a { background-color: rgb(17,203,224); }
div.DivClassName
{
background-color: #11CBE0;
}
.BgClassName
{
background-color: #11CBE0;
}
</style>
border-color css
<style>
span { border-color: #11CBE0; }
span { border-color: rgb(17,203,224); }
td.TdClassName
{
border-color: #11CBE0;
}
.TagClassName
{
border-color: #11CBE0;
}
</style>