Shades of Dark Turquoise #10CDDF
Tints of Dark Turquoise #10CDDF
RGB
CMYK
RGB Variations
Color information
#10CDDF (or 0x10CDDF) is known color: Dark Turquoise. HEX triplet: 10, CD and DF. RGB value is (16,205,223). Sum of RGB (Red+Green+Blue) = 16+205+223=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #10CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDDF is #EF3220. Grayscale: #969696. Windows color (decimal): -15675937 or 14667024. OLE color: 14667024.
HSL color Cylindrical-coordinate representation of color #10CDDF: hue angle of 185.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CDDF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 205 | 223 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.13 |
| HSL | 185.22º | 0.87% | 0.47% | - |
| HSV(B) | 185.22º | 0.93% | 0.87% | - |
| XYZ | 35.36 | 49.1 | 77.43 | - |
| YUV | 150.54 | 168.88 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 223 | 0.93 | 0.08 | 0 | 0.13 | 185.22 | 0.87 | 0.47 |
| Hex | 10 | CD | DF | 5D | 8 | 0 | D | B9 | 57 | 2F |
| Octal | 20 | 315 | 337 | 135 | 10 | 0 | 15 | 271 | 127 | 57 |
| Binary | 10000 | 11001101 | 11011111 | 1011101 | 1000 | 0 | 1101 | 10111001 | 1010111 | 101111 |
Color Harmonies of #10CDDF
Complementary color
Monochromatic Colors of #10CDDF
Black with #10CDDF
Text Example
Text Example
White with #10CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDDF; }
p { color: rgb(16,205,223); }
H1.HeaderClassName
{
color: #10CDDF;
}
.AnyTagClassName
{
color: #10CDDF;
}
</style>
background-color css
<style>
a { background-color: #10CDDF; }
a { background-color: rgb(16,205,223); }
div.DivClassName
{
background-color: #10CDDF;
}
.BgClassName
{
background-color: #10CDDF;
}
</style>
border-color css
<style>
span { border-color: #10CDDF; }
span { border-color: rgb(16,205,223); }
td.TdClassName
{
border-color: #10CDDF;
}
.TagClassName
{
border-color: #10CDDF;
}
</style>