Shades of Bright Turquoise #17DCCC
Tints of Bright Turquoise #17DCCC
RGB
CMYK
RGB Variations
Color information
#17DCCC (or 0x17DCCC) is known color: Bright Turquoise. HEX triplet: 17, DC and CC. RGB value is (23,220,204). Sum of RGB (Red+Green+Blue) = 23+220+204=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #17DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DCCC is #E82333. Grayscale: #9F9F9F. Windows color (decimal): -15213364 or 13425687. OLE color: 13425687.
HSL color Cylindrical-coordinate representation of color #17DCCC: hue angle of 175.13º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DCCC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 204 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.14 |
| HSL | 175.13º | 0.81% | 0.48% | - |
| HSV(B) | 175.13º | 0.9% | 0.86% | - |
| XYZ | 36.85 | 55.73 | 65.94 | - |
| YUV | 159.27 | 153.23 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 204 | 0.90 | 0 | 0.07 | 0.14 | 175.13 | 0.81 | 0.48 |
| Hex | 17 | DC | CC | 5A | 0 | 7 | E | AF | 51 | 30 |
| Octal | 27 | 334 | 314 | 132 | 0 | 7 | 16 | 257 | 121 | 60 |
| Binary | 10111 | 11011100 | 11001100 | 1011010 | 0 | 111 | 1110 | 10101111 | 1010001 | 110000 |
Color Harmonies of #17DCCC
Complementary color
Monochromatic Colors of #17DCCC
Black with #17DCCC
Text Example
Text Example
White with #17DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCCC; }
p { color: rgb(23,220,204); }
H1.HeaderClassName
{
color: #17DCCC;
}
.AnyTagClassName
{
color: #17DCCC;
}
</style>
background-color css
<style>
a { background-color: #17DCCC; }
a { background-color: rgb(23,220,204); }
div.DivClassName
{
background-color: #17DCCC;
}
.BgClassName
{
background-color: #17DCCC;
}
</style>
border-color css
<style>
span { border-color: #17DCCC; }
span { border-color: rgb(23,220,204); }
td.TdClassName
{
border-color: #17DCCC;
}
.TagClassName
{
border-color: #17DCCC;
}
</style>