Shades of Dark Turquoise #15CBE7
Tints of Dark Turquoise #15CBE7
RGB
CMYK
RGB Variations
Color information
#15CBE7 (or 0x15CBE7) is known color: Dark Turquoise. HEX triplet: 15, CB and E7. RGB value is (21,203,231). Sum of RGB (Red+Green+Blue) = 21+203+231=455 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.62% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #15CBE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBE7 is #EA3418. Grayscale: #979797. Windows color (decimal): -15348761 or 15190805. OLE color: 15190805.
HSL color Cylindrical-coordinate representation of color #15CBE7: hue angle of 188º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CBE7 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 203 | 231 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.09 |
| HSL | 188º | 0.83% | 0.49% | - |
| HSV(B) | 188º | 0.91% | 0.91% | - |
| XYZ | 36.09 | 48.64 | 83.09 | - |
| YUV | 151.77 | 172.7 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 231 | 0.91 | 0.12 | 0 | 0.09 | 188 | 0.83 | 0.49 |
| Hex | 15 | CB | E7 | 5B | C | 0 | 9 | BC | 53 | 31 |
| Octal | 25 | 313 | 347 | 133 | 14 | 0 | 11 | 274 | 123 | 61 |
| Binary | 10101 | 11001011 | 11100111 | 1011011 | 1100 | 0 | 1001 | 10111100 | 1010011 | 110001 |
Color Harmonies of #15CBE7
Complementary color
Monochromatic Colors of #15CBE7
Black with #15CBE7
Text Example
Text Example
White with #15CBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBE7; }
p { color: rgb(21,203,231); }
H1.HeaderClassName
{
color: #15CBE7;
}
.AnyTagClassName
{
color: #15CBE7;
}
</style>
background-color css
<style>
a { background-color: #15CBE7; }
a { background-color: rgb(21,203,231); }
div.DivClassName
{
background-color: #15CBE7;
}
.BgClassName
{
background-color: #15CBE7;
}
</style>
border-color css
<style>
span { border-color: #15CBE7; }
span { border-color: rgb(21,203,231); }
td.TdClassName
{
border-color: #15CBE7;
}
.TagClassName
{
border-color: #15CBE7;
}
</style>