Shades of Dark Turquoise #10CAE4
Tints of Dark Turquoise #10CAE4
RGB
CMYK
RGB Variations
Color information
#10CAE4 (or 0x10CAE4) is known color: Dark Turquoise. HEX triplet: 10, CA and E4. RGB value is (16,202,228). Sum of RGB (Red+Green+Blue) = 16+202+228=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #10CAE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CAE4 is #EF351B. Grayscale: #959595. Windows color (decimal): -15676700 or 14993936. OLE color: 14993936.
HSL color Cylindrical-coordinate representation of color #10CAE4: hue angle of 187.36º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CAE4 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 202 | 228 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.11 |
| HSL | 187.36º | 0.87% | 0.48% | - |
| HSV(B) | 187.36º | 0.93% | 0.89% | - |
| XYZ | 35.34 | 47.95 | 80.79 | - |
| YUV | 149.35 | 172.38 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 228 | 0.93 | 0.11 | 0 | 0.11 | 187.36 | 0.87 | 0.48 |
| Hex | 10 | CA | E4 | 5D | B | 0 | B | BB | 57 | 30 |
| Octal | 20 | 312 | 344 | 135 | 13 | 0 | 13 | 273 | 127 | 60 |
| Binary | 10000 | 11001010 | 11100100 | 1011101 | 1011 | 0 | 1011 | 10111011 | 1010111 | 110000 |
Color Harmonies of #10CAE4
Complementary color
Monochromatic Colors of #10CAE4
Black with #10CAE4
Text Example
Text Example
White with #10CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAE4; }
p { color: rgb(16,202,228); }
H1.HeaderClassName
{
color: #10CAE4;
}
.AnyTagClassName
{
color: #10CAE4;
}
</style>
background-color css
<style>
a { background-color: #10CAE4; }
a { background-color: rgb(16,202,228); }
div.DivClassName
{
background-color: #10CAE4;
}
.BgClassName
{
background-color: #10CAE4;
}
</style>
border-color css
<style>
span { border-color: #10CAE4; }
span { border-color: rgb(16,202,228); }
td.TdClassName
{
border-color: #10CAE4;
}
.TagClassName
{
border-color: #10CAE4;
}
</style>