Shades of Dark Turquoise #17CDDA
Tints of Dark Turquoise #17CDDA
RGB
CMYK
RGB Variations
Color information
#17CDDA (or 0x17CDDA) is known color: Dark Turquoise. HEX triplet: 17, CD and DA. RGB value is (23,205,218). Sum of RGB (Red+Green+Blue) = 23+205+218=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #17CDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDDA is #E83225. Grayscale: #979797. Windows color (decimal): -15217190 or 14339351. OLE color: 14339351.
HSL color Cylindrical-coordinate representation of color #17CDDA: hue angle of 184º 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 #17CDDA is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 205 | 218 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.15 |
| HSL | 184º | 0.81% | 0.47% | - |
| HSV(B) | 184º | 0.89% | 0.85% | - |
| XYZ | 34.84 | 48.91 | 73.93 | - |
| YUV | 152.06 | 165.2 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 218 | 0.89 | 0.06 | 0 | 0.15 | 184 | 0.81 | 0.47 |
| Hex | 17 | CD | DA | 59 | 6 | 0 | F | B8 | 51 | 2F |
| Octal | 27 | 315 | 332 | 131 | 6 | 0 | 17 | 270 | 121 | 57 |
| Binary | 10111 | 11001101 | 11011010 | 1011001 | 110 | 0 | 1111 | 10111000 | 1010001 | 101111 |
Color Harmonies of #17CDDA
Complementary color
Monochromatic Colors of #17CDDA
Black with #17CDDA
Text Example
Text Example
White with #17CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDDA; }
p { color: rgb(23,205,218); }
H1.HeaderClassName
{
color: #17CDDA;
}
.AnyTagClassName
{
color: #17CDDA;
}
</style>
background-color css
<style>
a { background-color: #17CDDA; }
a { background-color: rgb(23,205,218); }
div.DivClassName
{
background-color: #17CDDA;
}
.BgClassName
{
background-color: #17CDDA;
}
</style>
border-color css
<style>
span { border-color: #17CDDA; }
span { border-color: rgb(23,205,218); }
td.TdClassName
{
border-color: #17CDDA;
}
.TagClassName
{
border-color: #17CDDA;
}
</style>