Shades of Bright Turquoise #17E7D8
Tints of Bright Turquoise #17E7D8
RGB
CMYK
RGB Variations
Color information
#17E7D8 (or 0x17E7D8) is known color: Bright Turquoise. HEX triplet: 17, E7 and D8. RGB value is (23,231,216). Sum of RGB (Red+Green+Blue) = 23+231+216=470 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.89% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #17E7D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E7D8 is #E81827. Grayscale: #A6A6A6. Windows color (decimal): -15210536 or 14214935. OLE color: 14214935.
HSL color Cylindrical-coordinate representation of color #17E7D8: hue angle of 175.67º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E7D8 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 231 | 216 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.09 |
| HSL | 175.67º | 0.82% | 0.5% | - |
| HSV(B) | 175.67º | 0.9% | 0.91% | - |
| XYZ | 41.32 | 62.29 | 74.81 | - |
| YUV | 167.1 | 155.59 | 25.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 231 | 216 | 0.90 | 0 | 0.06 | 0.09 | 175.67 | 0.82 | 0.5 |
| Hex | 17 | E7 | D8 | 5A | 0 | 6 | 9 | B0 | 52 | 32 |
| Octal | 27 | 347 | 330 | 132 | 0 | 6 | 11 | 260 | 122 | 62 |
| Binary | 10111 | 11100111 | 11011000 | 1011010 | 0 | 110 | 1001 | 10110000 | 1010010 | 110010 |
Color Harmonies of #17E7D8
Complementary color
Monochromatic Colors of #17E7D8
Black with #17E7D8
Text Example
Text Example
White with #17E7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E7D8; }
p { color: rgb(23,231,216); }
H1.HeaderClassName
{
color: #17E7D8;
}
.AnyTagClassName
{
color: #17E7D8;
}
</style>
background-color css
<style>
a { background-color: #17E7D8; }
a { background-color: rgb(23,231,216); }
div.DivClassName
{
background-color: #17E7D8;
}
.BgClassName
{
background-color: #17E7D8;
}
</style>
border-color css
<style>
span { border-color: #17E7D8; }
span { border-color: rgb(23,231,216); }
td.TdClassName
{
border-color: #17E7D8;
}
.TagClassName
{
border-color: #17E7D8;
}
</style>