Shades of Bright Turquoise #17EADC
Tints of Bright Turquoise #17EADC
RGB
CMYK
RGB Variations
Color information
#17EADC (or 0x17EADC) is known color: Bright Turquoise. HEX triplet: 17, EA and DC. RGB value is (23,234,220). Sum of RGB (Red+Green+Blue) = 23+234+220=477 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.82% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #17EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EADC is #E81523. Grayscale: #A9A9A9. Windows color (decimal): -15209764 or 14477847. OLE color: 14477847.
HSL color Cylindrical-coordinate representation of color #17EADC: hue angle of 176.02º 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 #17EADC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 220 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.08 |
| HSL | 176.02º | 0.83% | 0.5% | - |
| HSV(B) | 176.02º | 0.9% | 0.92% | - |
| XYZ | 42.69 | 64.2 | 77.85 | - |
| YUV | 169.32 | 156.6 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 220 | 0.90 | 0 | 0.06 | 0.08 | 176.02 | 0.83 | 0.5 |
| Hex | 17 | EA | DC | 5A | 0 | 6 | 8 | B0 | 53 | 32 |
| Octal | 27 | 352 | 334 | 132 | 0 | 6 | 10 | 260 | 123 | 62 |
| Binary | 10111 | 11101010 | 11011100 | 1011010 | 0 | 110 | 1000 | 10110000 | 1010011 | 110010 |
Color Harmonies of #17EADC
Complementary color
Monochromatic Colors of #17EADC
Black with #17EADC
Text Example
Text Example
White with #17EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EADC; }
p { color: rgb(23,234,220); }
H1.HeaderClassName
{
color: #17EADC;
}
.AnyTagClassName
{
color: #17EADC;
}
</style>
background-color css
<style>
a { background-color: #17EADC; }
a { background-color: rgb(23,234,220); }
div.DivClassName
{
background-color: #17EADC;
}
.BgClassName
{
background-color: #17EADC;
}
</style>
border-color css
<style>
span { border-color: #17EADC; }
span { border-color: rgb(23,234,220); }
td.TdClassName
{
border-color: #17EADC;
}
.TagClassName
{
border-color: #17EADC;
}
</style>