Shades of Bright Turquoise #17EADA
Tints of Bright Turquoise #17EADA
RGB
CMYK
RGB Variations
Color information
#17EADA (or 0x17EADA) is known color: Bright Turquoise. HEX triplet: 17, EA and DA. RGB value is (23,234,218). Sum of RGB (Red+Green+Blue) = 23+234+218=475 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.84% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #17EADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EADA is #E81525. Grayscale: #A8A8A8. Windows color (decimal): -15209766 or 14346775. OLE color: 14346775.
HSL color Cylindrical-coordinate representation of color #17EADA: hue angle of 175.45º 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 #17EADA is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 218 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.08 |
| HSL | 175.45º | 0.83% | 0.5% | - |
| HSV(B) | 175.45º | 0.9% | 0.92% | - |
| XYZ | 42.43 | 64.09 | 76.46 | - |
| YUV | 169.09 | 155.6 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 218 | 0.90 | 0 | 0.07 | 0.08 | 175.45 | 0.83 | 0.5 |
| Hex | 17 | EA | DA | 5A | 0 | 7 | 8 | AF | 53 | 32 |
| Octal | 27 | 352 | 332 | 132 | 0 | 7 | 10 | 257 | 123 | 62 |
| Binary | 10111 | 11101010 | 11011010 | 1011010 | 0 | 111 | 1000 | 10101111 | 1010011 | 110010 |
Color Harmonies of #17EADA
Complementary color
Monochromatic Colors of #17EADA
Black with #17EADA
Text Example
Text Example
White with #17EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EADA; }
p { color: rgb(23,234,218); }
H1.HeaderClassName
{
color: #17EADA;
}
.AnyTagClassName
{
color: #17EADA;
}
</style>
background-color css
<style>
a { background-color: #17EADA; }
a { background-color: rgb(23,234,218); }
div.DivClassName
{
background-color: #17EADA;
}
.BgClassName
{
background-color: #17EADA;
}
</style>
border-color css
<style>
span { border-color: #17EADA; }
span { border-color: rgb(23,234,218); }
td.TdClassName
{
border-color: #17EADA;
}
.TagClassName
{
border-color: #17EADA;
}
</style>