Shades of Bright Turquoise #17DCCB
Tints of Bright Turquoise #17DCCB
RGB
CMYK
RGB Variations
Color information
#17DCCB (or 0x17DCCB) is known color: Bright Turquoise. HEX triplet: 17, DC and CB. RGB value is (23,220,203). Sum of RGB (Red+Green+Blue) = 23+220+203=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #17DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DCCB is #E82334. Grayscale: #9F9F9F. Windows color (decimal): -15213365 or 13360151. OLE color: 13360151.
HSL color Cylindrical-coordinate representation of color #17DCCB: hue angle of 174.82º 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 #17DCCB is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 220 | 203 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.14 |
| HSL | 174.82º | 0.81% | 0.48% | - |
| HSV(B) | 174.82º | 0.9% | 0.86% | - |
| XYZ | 36.73 | 55.68 | 65.31 | - |
| YUV | 159.16 | 152.73 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 203 | 0.90 | 0 | 0.08 | 0.14 | 174.82 | 0.81 | 0.48 |
| Hex | 17 | DC | CB | 5A | 0 | 8 | E | AF | 51 | 30 |
| Octal | 27 | 334 | 313 | 132 | 0 | 10 | 16 | 257 | 121 | 60 |
| Binary | 10111 | 11011100 | 11001011 | 1011010 | 0 | 1000 | 1110 | 10101111 | 1010001 | 110000 |
Color Harmonies of #17DCCB
Complementary color
Monochromatic Colors of #17DCCB
Black with #17DCCB
Text Example
Text Example
White with #17DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCCB; }
p { color: rgb(23,220,203); }
H1.HeaderClassName
{
color: #17DCCB;
}
.AnyTagClassName
{
color: #17DCCB;
}
</style>
background-color css
<style>
a { background-color: #17DCCB; }
a { background-color: rgb(23,220,203); }
div.DivClassName
{
background-color: #17DCCB;
}
.BgClassName
{
background-color: #17DCCB;
}
</style>
border-color css
<style>
span { border-color: #17DCCB; }
span { border-color: rgb(23,220,203); }
td.TdClassName
{
border-color: #17DCCB;
}
.TagClassName
{
border-color: #17DCCB;
}
</style>