Shades of Dark Turquoise #10CED0
Tints of Dark Turquoise #10CED0
RGB
CMYK
RGB Variations
Color information
#10CED0 (or 0x10CED0) is known color: Dark Turquoise. HEX triplet: 10, CE and D0. RGB value is (16,206,208). Sum of RGB (Red+Green+Blue) = 16+206+208=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #10CED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CED0 is #EF312F. Grayscale: #959595. Windows color (decimal): -15675696 or 13684240. OLE color: 13684240.
HSL color Cylindrical-coordinate representation of color #10CED0: hue angle of 180.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CED0 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 206 | 208 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.18 |
| HSL | 180.63º | 0.86% | 0.44% | - |
| HSV(B) | 180.63º | 0.92% | 0.82% | - |
| XYZ | 33.67 | 48.81 | 67.32 | - |
| YUV | 149.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 208 | 0.92 | 0.01 | 0 | 0.18 | 180.63 | 0.86 | 0.44 |
| Hex | 10 | CE | D0 | 5C | 1 | 0 | 12 | B5 | 56 | 2C |
| Octal | 20 | 316 | 320 | 134 | 1 | 0 | 22 | 265 | 126 | 54 |
| Binary | 10000 | 11001110 | 11010000 | 1011100 | 1 | 0 | 10010 | 10110101 | 1010110 | 101100 |
Color Harmonies of #10CED0
Complementary color
Monochromatic Colors of #10CED0
Black with #10CED0
Text Example
Text Example
White with #10CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CED0; }
p { color: rgb(16,206,208); }
H1.HeaderClassName
{
color: #10CED0;
}
.AnyTagClassName
{
color: #10CED0;
}
</style>
background-color css
<style>
a { background-color: #10CED0; }
a { background-color: rgb(16,206,208); }
div.DivClassName
{
background-color: #10CED0;
}
.BgClassName
{
background-color: #10CED0;
}
</style>
border-color css
<style>
span { border-color: #10CED0; }
span { border-color: rgb(16,206,208); }
td.TdClassName
{
border-color: #10CED0;
}
.TagClassName
{
border-color: #10CED0;
}
</style>