Shades of Bright Turquoise #17EADE
Tints of Bright Turquoise #17EADE
RGB
CMYK
RGB Variations
Color information
#17EADE (or 0x17EADE) is known color: Bright Turquoise. HEX triplet: 17, EA and DE. RGB value is (23,234,222). Sum of RGB (Red+Green+Blue) = 23+234+222=479 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.80% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #17EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EADE is #E81521. Grayscale: #A9A9A9. Windows color (decimal): -15209762 or 14608919. OLE color: 14608919.
HSL color Cylindrical-coordinate representation of color #17EADE: hue angle of 176.59º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EADE is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 222 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.08 |
| HSL | 176.59º | 0.83% | 0.5% | - |
| HSV(B) | 176.59º | 0.9% | 0.92% | - |
| XYZ | 42.96 | 64.3 | 79.25 | - |
| YUV | 169.54 | 157.6 | 23.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 222 | 0.90 | 0 | 0.05 | 0.08 | 176.59 | 0.83 | 0.5 |
| Hex | 17 | EA | DE | 5A | 0 | 5 | 8 | B1 | 53 | 32 |
| Octal | 27 | 352 | 336 | 132 | 0 | 5 | 10 | 261 | 123 | 62 |
| Binary | 10111 | 11101010 | 11011110 | 1011010 | 0 | 101 | 1000 | 10110001 | 1010011 | 110010 |
Color Harmonies of #17EADE
Complementary color
Monochromatic Colors of #17EADE
Black with #17EADE
Text Example
Text Example
White with #17EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EADE; }
p { color: rgb(23,234,222); }
H1.HeaderClassName
{
color: #17EADE;
}
.AnyTagClassName
{
color: #17EADE;
}
</style>
background-color css
<style>
a { background-color: #17EADE; }
a { background-color: rgb(23,234,222); }
div.DivClassName
{
background-color: #17EADE;
}
.BgClassName
{
background-color: #17EADE;
}
</style>
border-color css
<style>
span { border-color: #17EADE; }
span { border-color: rgb(23,234,222); }
td.TdClassName
{
border-color: #17EADE;
}
.TagClassName
{
border-color: #17EADE;
}
</style>