Shades of Bright Turquoise #17DECB
Tints of Bright Turquoise #17DECB
RGB
CMYK
RGB Variations
Color information
#17DECB (or 0x17DECB) is known color: Bright Turquoise. HEX triplet: 17, DE and CB. RGB value is (23,222,203). Sum of RGB (Red+Green+Blue) = 23+222+203=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #17DECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DECB is #E82134. Grayscale: #A0A0A0. Windows color (decimal): -15212853 or 13360663. OLE color: 13360663.
HSL color Cylindrical-coordinate representation of color #17DECB: hue angle of 174.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DECB is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 203 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.13 |
| HSL | 174.27º | 0.81% | 0.48% | - |
| HSV(B) | 174.27º | 0.9% | 0.87% | - |
| XYZ | 37.25 | 56.74 | 65.49 | - |
| YUV | 160.33 | 152.07 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 203 | 0.90 | 0 | 0.09 | 0.13 | 174.27 | 0.81 | 0.48 |
| Hex | 17 | DE | CB | 5A | 0 | 9 | D | AE | 51 | 30 |
| Octal | 27 | 336 | 313 | 132 | 0 | 11 | 15 | 256 | 121 | 60 |
| Binary | 10111 | 11011110 | 11001011 | 1011010 | 0 | 1001 | 1101 | 10101110 | 1010001 | 110000 |
Color Harmonies of #17DECB
Complementary color
Monochromatic Colors of #17DECB
Black with #17DECB
Text Example
Text Example
White with #17DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DECB; }
p { color: rgb(23,222,203); }
H1.HeaderClassName
{
color: #17DECB;
}
.AnyTagClassName
{
color: #17DECB;
}
</style>
background-color css
<style>
a { background-color: #17DECB; }
a { background-color: rgb(23,222,203); }
div.DivClassName
{
background-color: #17DECB;
}
.BgClassName
{
background-color: #17DECB;
}
</style>
border-color css
<style>
span { border-color: #17DECB; }
span { border-color: rgb(23,222,203); }
td.TdClassName
{
border-color: #17DECB;
}
.TagClassName
{
border-color: #17DECB;
}
</style>