Shades of Dark Turquoise #10CEDD
Tints of Dark Turquoise #10CEDD
RGB
CMYK
RGB Variations
Color information
#10CEDD (or 0x10CEDD) is known color: Dark Turquoise. HEX triplet: 10, CE and DD. RGB value is (16,206,221). Sum of RGB (Red+Green+Blue) = 16+206+221=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #10CEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CEDD is #EF3122. Grayscale: #969696. Windows color (decimal): -15675683 or 14536208. OLE color: 14536208.
HSL color Cylindrical-coordinate representation of color #10CEDD: hue angle of 184.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CEDD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 206 | 221 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.13 |
| HSL | 184.39º | 0.86% | 0.46% | - |
| HSV(B) | 184.39º | 0.93% | 0.87% | - |
| XYZ | 35.34 | 49.47 | 76.09 | - |
| YUV | 150.9 | 167.55 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 221 | 0.93 | 0.07 | 0 | 0.13 | 184.39 | 0.86 | 0.46 |
| Hex | 10 | CE | DD | 5D | 7 | 0 | D | B8 | 56 | 2E |
| Octal | 20 | 316 | 335 | 135 | 7 | 0 | 15 | 270 | 126 | 56 |
| Binary | 10000 | 11001110 | 11011101 | 1011101 | 111 | 0 | 1101 | 10111000 | 1010110 | 101110 |
Color Harmonies of #10CEDD
Complementary color
Monochromatic Colors of #10CEDD
Black with #10CEDD
Text Example
Text Example
White with #10CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEDD; }
p { color: rgb(16,206,221); }
H1.HeaderClassName
{
color: #10CEDD;
}
.AnyTagClassName
{
color: #10CEDD;
}
</style>
background-color css
<style>
a { background-color: #10CEDD; }
a { background-color: rgb(16,206,221); }
div.DivClassName
{
background-color: #10CEDD;
}
.BgClassName
{
background-color: #10CEDD;
}
</style>
border-color css
<style>
span { border-color: #10CEDD; }
span { border-color: rgb(16,206,221); }
td.TdClassName
{
border-color: #10CEDD;
}
.TagClassName
{
border-color: #10CEDD;
}
</style>