Shades of Dark Turquoise #10CBE0
Tints of Dark Turquoise #10CBE0
RGB
CMYK
RGB Variations
Color information
#10CBE0 (or 0x10CBE0) is known color: Dark Turquoise. HEX triplet: 10, CB and E0. RGB value is (16,203,224). Sum of RGB (Red+Green+Blue) = 16+203+224=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #10CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBE0 is #EF341F. Grayscale: #959595. Windows color (decimal): -15676448 or 14732048. OLE color: 14732048.
HSL color Cylindrical-coordinate representation of color #10CBE0: hue angle of 186.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CBE0 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 203 | 224 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.12 |
| HSL | 186.06º | 0.87% | 0.47% | - |
| HSV(B) | 186.06º | 0.93% | 0.88% | - |
| XYZ | 35.02 | 48.2 | 77.98 | - |
| YUV | 149.48 | 170.05 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 224 | 0.93 | 0.09 | 0 | 0.12 | 186.06 | 0.87 | 0.47 |
| Hex | 10 | CB | E0 | 5D | 9 | 0 | C | BA | 57 | 2F |
| Octal | 20 | 313 | 340 | 135 | 11 | 0 | 14 | 272 | 127 | 57 |
| Binary | 10000 | 11001011 | 11100000 | 1011101 | 1001 | 0 | 1100 | 10111010 | 1010111 | 101111 |
Color Harmonies of #10CBE0
Complementary color
Monochromatic Colors of #10CBE0
Black with #10CBE0
Text Example
Text Example
White with #10CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBE0; }
p { color: rgb(16,203,224); }
H1.HeaderClassName
{
color: #10CBE0;
}
.AnyTagClassName
{
color: #10CBE0;
}
</style>
background-color css
<style>
a { background-color: #10CBE0; }
a { background-color: rgb(16,203,224); }
div.DivClassName
{
background-color: #10CBE0;
}
.BgClassName
{
background-color: #10CBE0;
}
</style>
border-color css
<style>
span { border-color: #10CBE0; }
span { border-color: rgb(16,203,224); }
td.TdClassName
{
border-color: #10CBE0;
}
.TagClassName
{
border-color: #10CBE0;
}
</style>