Shades of Dark Turquoise #15CBE8
Tints of Dark Turquoise #15CBE8
RGB
CMYK
RGB Variations
Color information
#15CBE8 (or 0x15CBE8) is known color: Dark Turquoise. HEX triplet: 15, CB and E8. RGB value is (21,203,232). Sum of RGB (Red+Green+Blue) = 21+203+232=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #15CBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBE8 is #EA3417. Grayscale: #979797. Windows color (decimal): -15348760 or 15256341. OLE color: 15256341.
HSL color Cylindrical-coordinate representation of color #15CBE8: hue angle of 188.25º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CBE8 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 203 | 232 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.09 |
| HSL | 188.25º | 0.83% | 0.5% | - |
| HSV(B) | 188.25º | 0.91% | 0.91% | - |
| XYZ | 36.23 | 48.7 | 83.83 | - |
| YUV | 151.89 | 173.2 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 232 | 0.91 | 0.12 | 0 | 0.09 | 188.25 | 0.83 | 0.5 |
| Hex | 15 | CB | E8 | 5B | C | 0 | 9 | BC | 53 | 32 |
| Octal | 25 | 313 | 350 | 133 | 14 | 0 | 11 | 274 | 123 | 62 |
| Binary | 10101 | 11001011 | 11101000 | 1011011 | 1100 | 0 | 1001 | 10111100 | 1010011 | 110010 |
Color Harmonies of #15CBE8
Complementary color
Monochromatic Colors of #15CBE8
Black with #15CBE8
Text Example
Text Example
White with #15CBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBE8; }
p { color: rgb(21,203,232); }
H1.HeaderClassName
{
color: #15CBE8;
}
.AnyTagClassName
{
color: #15CBE8;
}
</style>
background-color css
<style>
a { background-color: #15CBE8; }
a { background-color: rgb(21,203,232); }
div.DivClassName
{
background-color: #15CBE8;
}
.BgClassName
{
background-color: #15CBE8;
}
</style>
border-color css
<style>
span { border-color: #15CBE8; }
span { border-color: rgb(21,203,232); }
td.TdClassName
{
border-color: #15CBE8;
}
.TagClassName
{
border-color: #15CBE8;
}
</style>