Shades of Dark Turquoise #15CBE0
Tints of Dark Turquoise #15CBE0
RGB
CMYK
RGB Variations
Color information
#15CBE0 (or 0x15CBE0) is known color: Dark Turquoise. HEX triplet: 15, CB and E0. RGB value is (21,203,224). Sum of RGB (Red+Green+Blue) = 21+203+224=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #15CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CBE0 is #EA341F. Grayscale: #969696. Windows color (decimal): -15348768 or 14732053. OLE color: 14732053.
HSL color Cylindrical-coordinate representation of color #15CBE0: hue angle of 186.21º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CBE0 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 203 | 224 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.12 |
| HSL | 186.21º | 0.83% | 0.48% | - |
| HSV(B) | 186.21º | 0.91% | 0.88% | - |
| XYZ | 35.12 | 48.25 | 77.98 | - |
| YUV | 150.98 | 169.2 | 35.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 224 | 0.91 | 0.09 | 0 | 0.12 | 186.21 | 0.83 | 0.48 |
| Hex | 15 | CB | E0 | 5B | 9 | 0 | C | BA | 53 | 30 |
| Octal | 25 | 313 | 340 | 133 | 11 | 0 | 14 | 272 | 123 | 60 |
| Binary | 10101 | 11001011 | 11100000 | 1011011 | 1001 | 0 | 1100 | 10111010 | 1010011 | 110000 |
Color Harmonies of #15CBE0
Complementary color
Monochromatic Colors of #15CBE0
Black with #15CBE0
Text Example
Text Example
White with #15CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBE0; }
p { color: rgb(21,203,224); }
H1.HeaderClassName
{
color: #15CBE0;
}
.AnyTagClassName
{
color: #15CBE0;
}
</style>
background-color css
<style>
a { background-color: #15CBE0; }
a { background-color: rgb(21,203,224); }
div.DivClassName
{
background-color: #15CBE0;
}
.BgClassName
{
background-color: #15CBE0;
}
</style>
border-color css
<style>
span { border-color: #15CBE0; }
span { border-color: rgb(21,203,224); }
td.TdClassName
{
border-color: #15CBE0;
}
.TagClassName
{
border-color: #15CBE0;
}
</style>