Shades of Bright Turquoise #17EDE9
Tints of Bright Turquoise #17EDE9
RGB
CMYK
RGB Variations
Color information
#17EDE9 (or 0x17EDE9) is known color: Bright Turquoise. HEX triplet: 17, ED and E9. RGB value is (23,237,233). Sum of RGB (Red+Green+Blue) = 23+237+233=493 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.67% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EDE9 is #E81216. Grayscale: #ACACAC. Windows color (decimal): -15208983 or 15330583. OLE color: 15330583.
HSL color Cylindrical-coordinate representation of color #17EDE9: hue angle of 178.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EDE9 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 237 | 233 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.07 |
| HSL | 178.88º | 0.86% | 0.51% | - |
| HSV(B) | 178.88º | 0.9% | 0.93% | - |
| XYZ | 45.35 | 66.63 | 87.56 | - |
| YUV | 172.56 | 162.1 | 21.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 233 | 0.90 | 0 | 0.02 | 0.07 | 178.88 | 0.86 | 0.51 |
| Hex | 17 | ED | E9 | 5A | 0 | 2 | 7 | B3 | 56 | 33 |
| Octal | 27 | 355 | 351 | 132 | 0 | 2 | 7 | 263 | 126 | 63 |
| Binary | 10111 | 11101101 | 11101001 | 1011010 | 0 | 10 | 111 | 10110011 | 1010110 | 110011 |
Color Harmonies of #17EDE9
Complementary color
Monochromatic Colors of #17EDE9
Black with #17EDE9
Text Example
Text Example
White with #17EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDE9; }
p { color: rgb(23,237,233); }
H1.HeaderClassName
{
color: #17EDE9;
}
.AnyTagClassName
{
color: #17EDE9;
}
</style>
background-color css
<style>
a { background-color: #17EDE9; }
a { background-color: rgb(23,237,233); }
div.DivClassName
{
background-color: #17EDE9;
}
.BgClassName
{
background-color: #17EDE9;
}
</style>
border-color css
<style>
span { border-color: #17EDE9; }
span { border-color: rgb(23,237,233); }
td.TdClassName
{
border-color: #17EDE9;
}
.TagClassName
{
border-color: #17EDE9;
}
</style>