Shades of Dark Turquoise #17CADB
Tints of Dark Turquoise #17CADB
RGB
CMYK
RGB Variations
Color information
#17CADB (or 0x17CADB) is known color: Dark Turquoise. HEX triplet: 17, CA and DB. RGB value is (23,202,219). Sum of RGB (Red+Green+Blue) = 23+202+219=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #17CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CADB is #E83524. Grayscale: #969696. Windows color (decimal): -15217957 or 14404119. OLE color: 14404119.
HSL color Cylindrical-coordinate representation of color #17CADB: hue angle of 185.2º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CADB is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 202 | 219 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.14 |
| HSL | 185.2º | 0.81% | 0.47% | - |
| HSV(B) | 185.2º | 0.89% | 0.86% | - |
| XYZ | 34.26 | 47.54 | 74.39 | - |
| YUV | 150.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 202 | 219 | 0.89 | 0.08 | 0 | 0.14 | 185.2 | 0.81 | 0.47 |
| Hex | 17 | CA | DB | 59 | 8 | 0 | E | B9 | 51 | 2F |
| Octal | 27 | 312 | 333 | 131 | 10 | 0 | 16 | 271 | 121 | 57 |
| Binary | 10111 | 11001010 | 11011011 | 1011001 | 1000 | 0 | 1110 | 10111001 | 1010001 | 101111 |
Color Harmonies of #17CADB
Complementary color
Monochromatic Colors of #17CADB
Black with #17CADB
Text Example
Text Example
White with #17CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CADB; }
p { color: rgb(23,202,219); }
H1.HeaderClassName
{
color: #17CADB;
}
.AnyTagClassName
{
color: #17CADB;
}
</style>
background-color css
<style>
a { background-color: #17CADB; }
a { background-color: rgb(23,202,219); }
div.DivClassName
{
background-color: #17CADB;
}
.BgClassName
{
background-color: #17CADB;
}
</style>
border-color css
<style>
span { border-color: #17CADB; }
span { border-color: rgb(23,202,219); }
td.TdClassName
{
border-color: #17CADB;
}
.TagClassName
{
border-color: #17CADB;
}
</style>