Shades of Dark Turquoise #17CBDF
Tints of Dark Turquoise #17CBDF
RGB
CMYK
RGB Variations
Color information
#17CBDF (or 0x17CBDF) is known color: Dark Turquoise. HEX triplet: 17, CB and DF. RGB value is (23,203,223). Sum of RGB (Red+Green+Blue) = 23+203+223=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #17CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBDF is #E83420. Grayscale: #979797. Windows color (decimal): -15217697 or 14666519. OLE color: 14666519.
HSL color Cylindrical-coordinate representation of color #17CBDF: hue angle of 186º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CBDF is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 203 | 223 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.13 |
| HSL | 186º | 0.81% | 0.48% | - |
| HSV(B) | 186º | 0.9% | 0.87% | - |
| XYZ | 35.03 | 48.22 | 77.27 | - |
| YUV | 151.46 | 168.37 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 223 | 0.90 | 0.09 | 0 | 0.13 | 186 | 0.81 | 0.48 |
| Hex | 17 | CB | DF | 5A | 9 | 0 | D | BA | 51 | 30 |
| Octal | 27 | 313 | 337 | 132 | 11 | 0 | 15 | 272 | 121 | 60 |
| Binary | 10111 | 11001011 | 11011111 | 1011010 | 1001 | 0 | 1101 | 10111010 | 1010001 | 110000 |
Color Harmonies of #17CBDF
Complementary color
Monochromatic Colors of #17CBDF
Black with #17CBDF
Text Example
Text Example
White with #17CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBDF; }
p { color: rgb(23,203,223); }
H1.HeaderClassName
{
color: #17CBDF;
}
.AnyTagClassName
{
color: #17CBDF;
}
</style>
background-color css
<style>
a { background-color: #17CBDF; }
a { background-color: rgb(23,203,223); }
div.DivClassName
{
background-color: #17CBDF;
}
.BgClassName
{
background-color: #17CBDF;
}
</style>
border-color css
<style>
span { border-color: #17CBDF; }
span { border-color: rgb(23,203,223); }
td.TdClassName
{
border-color: #17CBDF;
}
.TagClassName
{
border-color: #17CBDF;
}
</style>