Shades of Bright Turquoise #17DEDB
Tints of Bright Turquoise #17DEDB
RGB
CMYK
RGB Variations
Color information
#17DEDB (or 0x17DEDB) is known color: Bright Turquoise. HEX triplet: 17, DE and DB. RGB value is (23,222,219). Sum of RGB (Red+Green+Blue) = 23+222+219=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #17DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DEDB is #E82124. Grayscale: #A1A1A1. Windows color (decimal): -15212837 or 14409239. OLE color: 14409239.
HSL color Cylindrical-coordinate representation of color #17DEDB: hue angle of 179.1º 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 #17DEDB is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 219 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.13 |
| HSL | 179.1º | 0.81% | 0.48% | - |
| HSV(B) | 179.1º | 0.9% | 0.87% | - |
| XYZ | 39.26 | 57.54 | 76.05 | - |
| YUV | 162.16 | 160.07 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 219 | 0.90 | 0 | 0.01 | 0.13 | 179.1 | 0.81 | 0.48 |
| Hex | 17 | DE | DB | 5A | 0 | 1 | D | B3 | 51 | 30 |
| Octal | 27 | 336 | 333 | 132 | 0 | 1 | 15 | 263 | 121 | 60 |
| Binary | 10111 | 11011110 | 11011011 | 1011010 | 0 | 1 | 1101 | 10110011 | 1010001 | 110000 |
Color Harmonies of #17DEDB
Complementary color
Monochromatic Colors of #17DEDB
Black with #17DEDB
Text Example
Text Example
White with #17DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DEDB; }
p { color: rgb(23,222,219); }
H1.HeaderClassName
{
color: #17DEDB;
}
.AnyTagClassName
{
color: #17DEDB;
}
</style>
background-color css
<style>
a { background-color: #17DEDB; }
a { background-color: rgb(23,222,219); }
div.DivClassName
{
background-color: #17DEDB;
}
.BgClassName
{
background-color: #17DEDB;
}
</style>
border-color css
<style>
span { border-color: #17DEDB; }
span { border-color: rgb(23,222,219); }
td.TdClassName
{
border-color: #17DEDB;
}
.TagClassName
{
border-color: #17DEDB;
}
</style>