Shades of Dark Turquoise #15CFE7
Tints of Dark Turquoise #15CFE7
RGB
CMYK
RGB Variations
Color information
#15CFE7 (or 0x15CFE7) is known color: Dark Turquoise. HEX triplet: 15, CF and E7. RGB value is (21,207,231). Sum of RGB (Red+Green+Blue) = 21+207+231=459 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.58% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #15CFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFE7 is #EA3018. Grayscale: #999999. Windows color (decimal): -15347737 or 15191829. OLE color: 15191829.
HSL color Cylindrical-coordinate representation of color #15CFE7: hue angle of 186.86º 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 #15CFE7 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 207 | 231 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.09 |
| HSL | 186.86º | 0.83% | 0.49% | - |
| HSV(B) | 186.86º | 0.91% | 0.91% | - |
| XYZ | 37.05 | 50.55 | 83.41 | - |
| YUV | 154.12 | 171.38 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 231 | 0.91 | 0.10 | 0 | 0.09 | 186.86 | 0.83 | 0.49 |
| Hex | 15 | CF | E7 | 5B | A | 0 | 9 | BB | 53 | 31 |
| Octal | 25 | 317 | 347 | 133 | 12 | 0 | 11 | 273 | 123 | 61 |
| Binary | 10101 | 11001111 | 11100111 | 1011011 | 1010 | 0 | 1001 | 10111011 | 1010011 | 110001 |
Color Harmonies of #15CFE7
Complementary color
Monochromatic Colors of #15CFE7
Black with #15CFE7
Text Example
Text Example
White with #15CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFE7; }
p { color: rgb(21,207,231); }
H1.HeaderClassName
{
color: #15CFE7;
}
.AnyTagClassName
{
color: #15CFE7;
}
</style>
background-color css
<style>
a { background-color: #15CFE7; }
a { background-color: rgb(21,207,231); }
div.DivClassName
{
background-color: #15CFE7;
}
.BgClassName
{
background-color: #15CFE7;
}
</style>
border-color css
<style>
span { border-color: #15CFE7; }
span { border-color: rgb(21,207,231); }
td.TdClassName
{
border-color: #15CFE7;
}
.TagClassName
{
border-color: #15CFE7;
}
</style>