Shades of Bright Turquoise #17E0D9
Tints of Bright Turquoise #17E0D9
RGB
CMYK
RGB Variations
Color information
#17E0D9 (or 0x17E0D9) is known color: Bright Turquoise. HEX triplet: 17, E0 and D9. RGB value is (23,224,217). Sum of RGB (Red+Green+Blue) = 23+224+217=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #17E0D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E0D9 is #E81F26. Grayscale: #A2A2A2. Windows color (decimal): -15212327 or 14278679. OLE color: 14278679.
HSL color Cylindrical-coordinate representation of color #17E0D9: hue angle of 177.91º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E0D9 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 224 | 217 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.12 |
| HSL | 177.91º | 0.81% | 0.48% | - |
| HSV(B) | 177.91º | 0.9% | 0.88% | - |
| XYZ | 39.53 | 58.5 | 74.85 | - |
| YUV | 163.1 | 158.41 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 224 | 217 | 0.90 | 0 | 0.03 | 0.12 | 177.91 | 0.81 | 0.48 |
| Hex | 17 | E0 | D9 | 5A | 0 | 3 | C | B2 | 51 | 30 |
| Octal | 27 | 340 | 331 | 132 | 0 | 3 | 14 | 262 | 121 | 60 |
| Binary | 10111 | 11100000 | 11011001 | 1011010 | 0 | 11 | 1100 | 10110010 | 1010001 | 110000 |
Color Harmonies of #17E0D9
Complementary color
Monochromatic Colors of #17E0D9
Black with #17E0D9
Text Example
Text Example
White with #17E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E0D9; }
p { color: rgb(23,224,217); }
H1.HeaderClassName
{
color: #17E0D9;
}
.AnyTagClassName
{
color: #17E0D9;
}
</style>
background-color css
<style>
a { background-color: #17E0D9; }
a { background-color: rgb(23,224,217); }
div.DivClassName
{
background-color: #17E0D9;
}
.BgClassName
{
background-color: #17E0D9;
}
</style>
border-color css
<style>
span { border-color: #17E0D9; }
span { border-color: rgb(23,224,217); }
td.TdClassName
{
border-color: #17E0D9;
}
.TagClassName
{
border-color: #17E0D9;
}
</style>