Shades of Dark Turquoise #15CAE6
Tints of Dark Turquoise #15CAE6
RGB
CMYK
RGB Variations
Color information
#15CAE6 (or 0x15CAE6) is known color: Dark Turquoise. HEX triplet: 15, CA and E6. RGB value is (21,202,230). Sum of RGB (Red+Green+Blue) = 21+202+230=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #15CAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CAE6 is #EA3519. Grayscale: #969696. Windows color (decimal): -15349018 or 15125013. OLE color: 15125013.
HSL color Cylindrical-coordinate representation of color #15CAE6: hue angle of 188.04º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CAE6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 202 | 230 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.10 |
| HSL | 188.04º | 0.83% | 0.49% | - |
| HSV(B) | 188.04º | 0.91% | 0.9% | - |
| XYZ | 35.71 | 48.11 | 82.27 | - |
| YUV | 151.07 | 172.53 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 230 | 0.91 | 0.12 | 0 | 0.10 | 188.04 | 0.83 | 0.49 |
| Hex | 15 | CA | E6 | 5B | C | 0 | A | BC | 53 | 31 |
| Octal | 25 | 312 | 346 | 133 | 14 | 0 | 12 | 274 | 123 | 61 |
| Binary | 10101 | 11001010 | 11100110 | 1011011 | 1100 | 0 | 1010 | 10111100 | 1010011 | 110001 |
Color Harmonies of #15CAE6
Complementary color
Monochromatic Colors of #15CAE6
Black with #15CAE6
Text Example
Text Example
White with #15CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CAE6; }
p { color: rgb(21,202,230); }
H1.HeaderClassName
{
color: #15CAE6;
}
.AnyTagClassName
{
color: #15CAE6;
}
</style>
background-color css
<style>
a { background-color: #15CAE6; }
a { background-color: rgb(21,202,230); }
div.DivClassName
{
background-color: #15CAE6;
}
.BgClassName
{
background-color: #15CAE6;
}
</style>
border-color css
<style>
span { border-color: #15CAE6; }
span { border-color: rgb(21,202,230); }
td.TdClassName
{
border-color: #15CAE6;
}
.TagClassName
{
border-color: #15CAE6;
}
</style>