Shades of Dark Turquoise #17CBDA
Tints of Dark Turquoise #17CBDA
RGB
CMYK
RGB Variations
Color information
#17CBDA (or 0x17CBDA) is known color: Dark Turquoise. HEX triplet: 17, CB and DA. RGB value is (23,203,218). Sum of RGB (Red+Green+Blue) = 23+203+218=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #17CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CBDA is #E83425. Grayscale: #969696. Windows color (decimal): -15217702 or 14338839. OLE color: 14338839.
HSL color Cylindrical-coordinate representation of color #17CBDA: hue angle of 184.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CBDA is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 203 | 218 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.15 |
| HSL | 184.62º | 0.81% | 0.47% | - |
| HSV(B) | 184.62º | 0.89% | 0.85% | - |
| XYZ | 34.36 | 47.96 | 73.77 | - |
| YUV | 150.89 | 165.87 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 218 | 0.89 | 0.07 | 0 | 0.15 | 184.62 | 0.81 | 0.47 |
| Hex | 17 | CB | DA | 59 | 7 | 0 | F | B9 | 51 | 2F |
| Octal | 27 | 313 | 332 | 131 | 7 | 0 | 17 | 271 | 121 | 57 |
| Binary | 10111 | 11001011 | 11011010 | 1011001 | 111 | 0 | 1111 | 10111001 | 1010001 | 101111 |
Color Harmonies of #17CBDA
Complementary color
Monochromatic Colors of #17CBDA
Black with #17CBDA
Text Example
Text Example
White with #17CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBDA; }
p { color: rgb(23,203,218); }
H1.HeaderClassName
{
color: #17CBDA;
}
.AnyTagClassName
{
color: #17CBDA;
}
</style>
background-color css
<style>
a { background-color: #17CBDA; }
a { background-color: rgb(23,203,218); }
div.DivClassName
{
background-color: #17CBDA;
}
.BgClassName
{
background-color: #17CBDA;
}
</style>
border-color css
<style>
span { border-color: #17CBDA; }
span { border-color: rgb(23,203,218); }
td.TdClassName
{
border-color: #17CBDA;
}
.TagClassName
{
border-color: #17CBDA;
}
</style>