Shades of Dark Turquoise #10CEDF
Tints of Dark Turquoise #10CEDF
RGB
CMYK
RGB Variations
Color information
#10CEDF (or 0x10CEDF) is known color: Dark Turquoise. HEX triplet: 10, CE and DF. RGB value is (16,206,223). Sum of RGB (Red+Green+Blue) = 16+206+223=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #10CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CEDF is #EF3120. Grayscale: #969696. Windows color (decimal): -15675681 or 14667280. OLE color: 14667280.
HSL color Cylindrical-coordinate representation of color #10CEDF: hue angle of 184.93º 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 #10CEDF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 206 | 223 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.13 |
| HSL | 184.93º | 0.87% | 0.47% | - |
| HSV(B) | 184.93º | 0.93% | 0.87% | - |
| XYZ | 35.6 | 49.58 | 77.51 | - |
| YUV | 151.13 | 168.55 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 223 | 0.93 | 0.08 | 0 | 0.13 | 184.93 | 0.87 | 0.47 |
| Hex | 10 | CE | DF | 5D | 8 | 0 | D | B9 | 57 | 2F |
| Octal | 20 | 316 | 337 | 135 | 10 | 0 | 15 | 271 | 127 | 57 |
| Binary | 10000 | 11001110 | 11011111 | 1011101 | 1000 | 0 | 1101 | 10111001 | 1010111 | 101111 |
Color Harmonies of #10CEDF
Complementary color
Monochromatic Colors of #10CEDF
Black with #10CEDF
Text Example
Text Example
White with #10CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEDF; }
p { color: rgb(16,206,223); }
H1.HeaderClassName
{
color: #10CEDF;
}
.AnyTagClassName
{
color: #10CEDF;
}
</style>
background-color css
<style>
a { background-color: #10CEDF; }
a { background-color: rgb(16,206,223); }
div.DivClassName
{
background-color: #10CEDF;
}
.BgClassName
{
background-color: #10CEDF;
}
</style>
border-color css
<style>
span { border-color: #10CEDF; }
span { border-color: rgb(16,206,223); }
td.TdClassName
{
border-color: #10CEDF;
}
.TagClassName
{
border-color: #10CEDF;
}
</style>