Shades of Bright Turquoise #17EDC9
Tints of Bright Turquoise #17EDC9
RGB
CMYK
RGB Variations
Color information
#17EDC9 (or 0x17EDC9) is known color: Bright Turquoise. HEX triplet: 17, ED and C9. RGB value is (23,237,201). Sum of RGB (Red+Green+Blue) = 23+237+201=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDC9 is #E81236. Grayscale: #A8A8A8. Windows color (decimal): -15209015 or 13233431. OLE color: 13233431.
HSL color Cylindrical-coordinate representation of color #17EDC9: hue angle of 169.91º 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 #17EDC9 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 237 | 201 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.07 |
| HSL | 169.91º | 0.86% | 0.51% | - |
| HSV(B) | 169.91º | 0.9% | 0.93% | - |
| XYZ | 41.18 | 64.97 | 65.63 | - |
| YUV | 168.91 | 146.1 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 237 | 201 | 0.90 | 0 | 0.15 | 0.07 | 169.91 | 0.86 | 0.51 |
| Hex | 17 | ED | C9 | 5A | 0 | F | 7 | AA | 56 | 33 |
| Octal | 27 | 355 | 311 | 132 | 0 | 17 | 7 | 252 | 126 | 63 |
| Binary | 10111 | 11101101 | 11001001 | 1011010 | 0 | 1111 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #17EDC9
Complementary color
Monochromatic Colors of #17EDC9
Black with #17EDC9
Text Example
Text Example
White with #17EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EDC9; }
p { color: rgb(23,237,201); }
H1.HeaderClassName
{
color: #17EDC9;
}
.AnyTagClassName
{
color: #17EDC9;
}
</style>
background-color css
<style>
a { background-color: #17EDC9; }
a { background-color: rgb(23,237,201); }
div.DivClassName
{
background-color: #17EDC9;
}
.BgClassName
{
background-color: #17EDC9;
}
</style>
border-color css
<style>
span { border-color: #17EDC9; }
span { border-color: rgb(23,237,201); }
td.TdClassName
{
border-color: #17EDC9;
}
.TagClassName
{
border-color: #17EDC9;
}
</style>