Shades of Bright Turquoise #17E1D8
Tints of Bright Turquoise #17E1D8
RGB
CMYK
RGB Variations
Color information
#17E1D8 (or 0x17E1D8) is known color: Bright Turquoise. HEX triplet: 17, E1 and D8. RGB value is (23,225,216). Sum of RGB (Red+Green+Blue) = 23+225+216=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #17E1D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E1D8 is #E81E27. Grayscale: #A3A3A3. Windows color (decimal): -15212072 or 14213399. OLE color: 14213399.
HSL color Cylindrical-coordinate representation of color #17E1D8: hue angle of 177.33º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E1D8 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 225 | 216 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.12 |
| HSL | 177.33º | 0.81% | 0.49% | - |
| HSV(B) | 177.33º | 0.9% | 0.88% | - |
| XYZ | 39.67 | 58.99 | 74.26 | - |
| YUV | 163.58 | 157.58 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 225 | 216 | 0.90 | 0 | 0.04 | 0.12 | 177.33 | 0.81 | 0.49 |
| Hex | 17 | E1 | D8 | 5A | 0 | 4 | C | B1 | 51 | 31 |
| Octal | 27 | 341 | 330 | 132 | 0 | 4 | 14 | 261 | 121 | 61 |
| Binary | 10111 | 11100001 | 11011000 | 1011010 | 0 | 100 | 1100 | 10110001 | 1010001 | 110001 |
Color Harmonies of #17E1D8
Complementary color
Monochromatic Colors of #17E1D8
Black with #17E1D8
Text Example
Text Example
White with #17E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E1D8; }
p { color: rgb(23,225,216); }
H1.HeaderClassName
{
color: #17E1D8;
}
.AnyTagClassName
{
color: #17E1D8;
}
</style>
background-color css
<style>
a { background-color: #17E1D8; }
a { background-color: rgb(23,225,216); }
div.DivClassName
{
background-color: #17E1D8;
}
.BgClassName
{
background-color: #17E1D8;
}
</style>
border-color css
<style>
span { border-color: #17E1D8; }
span { border-color: rgb(23,225,216); }
td.TdClassName
{
border-color: #17E1D8;
}
.TagClassName
{
border-color: #17E1D8;
}
</style>