Shades of Dark Turquoise #10CBDF
Tints of Dark Turquoise #10CBDF
RGB
CMYK
RGB Variations
Color information
#10CBDF (or 0x10CBDF) is known color: Dark Turquoise. HEX triplet: 10, CB and DF. RGB value is (16,203,223). Sum of RGB (Red+Green+Blue) = 16+203+223=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #10CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CBDF is #EF3420. Grayscale: #959595. Windows color (decimal): -15676449 or 14666512. OLE color: 14666512.
HSL color Cylindrical-coordinate representation of color #10CBDF: hue angle of 185.8º 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 #10CBDF is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 203 | 223 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.13 |
| HSL | 185.8º | 0.87% | 0.47% | - |
| HSV(B) | 185.8º | 0.93% | 0.87% | - |
| XYZ | 34.89 | 48.15 | 77.27 | - |
| YUV | 149.37 | 169.55 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 223 | 0.93 | 0.09 | 0 | 0.13 | 185.8 | 0.87 | 0.47 |
| Hex | 10 | CB | DF | 5D | 9 | 0 | D | BA | 57 | 2F |
| Octal | 20 | 313 | 337 | 135 | 11 | 0 | 15 | 272 | 127 | 57 |
| Binary | 10000 | 11001011 | 11011111 | 1011101 | 1001 | 0 | 1101 | 10111010 | 1010111 | 101111 |
Color Harmonies of #10CBDF
Complementary color
Monochromatic Colors of #10CBDF
Black with #10CBDF
Text Example
Text Example
White with #10CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBDF; }
p { color: rgb(16,203,223); }
H1.HeaderClassName
{
color: #10CBDF;
}
.AnyTagClassName
{
color: #10CBDF;
}
</style>
background-color css
<style>
a { background-color: #10CBDF; }
a { background-color: rgb(16,203,223); }
div.DivClassName
{
background-color: #10CBDF;
}
.BgClassName
{
background-color: #10CBDF;
}
</style>
border-color css
<style>
span { border-color: #10CBDF; }
span { border-color: rgb(16,203,223); }
td.TdClassName
{
border-color: #10CBDF;
}
.TagClassName
{
border-color: #10CBDF;
}
</style>