Shades of Bright Turquoise #17EACD
Tints of Bright Turquoise #17EACD
RGB
CMYK
RGB Variations
Color information
#17EACD (or 0x17EACD) is known color: Bright Turquoise. HEX triplet: 17, EA and CD. RGB value is (23,234,205). Sum of RGB (Red+Green+Blue) = 23+234+205=462 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.98% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #17EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EACD is #E81532. Grayscale: #A7A7A7. Windows color (decimal): -15209779 or 13494807. OLE color: 13494807.
HSL color Cylindrical-coordinate representation of color #17EACD: hue angle of 171.75º 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 #17EACD is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 205 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.08 |
| HSL | 171.75º | 0.83% | 0.5% | - |
| HSV(B) | 171.75º | 0.9% | 0.92% | - |
| XYZ | 40.8 | 63.44 | 67.85 | - |
| YUV | 167.61 | 149.1 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 205 | 0.90 | 0 | 0.12 | 0.08 | 171.75 | 0.83 | 0.5 |
| Hex | 17 | EA | CD | 5A | 0 | C | 8 | AC | 53 | 32 |
| Octal | 27 | 352 | 315 | 132 | 0 | 14 | 10 | 254 | 123 | 62 |
| Binary | 10111 | 11101010 | 11001101 | 1011010 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110010 |
Color Harmonies of #17EACD
Complementary color
Monochromatic Colors of #17EACD
Black with #17EACD
Text Example
Text Example
White with #17EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EACD; }
p { color: rgb(23,234,205); }
H1.HeaderClassName
{
color: #17EACD;
}
.AnyTagClassName
{
color: #17EACD;
}
</style>
background-color css
<style>
a { background-color: #17EACD; }
a { background-color: rgb(23,234,205); }
div.DivClassName
{
background-color: #17EACD;
}
.BgClassName
{
background-color: #17EACD;
}
</style>
border-color css
<style>
span { border-color: #17EACD; }
span { border-color: rgb(23,234,205); }
td.TdClassName
{
border-color: #17EACD;
}
.TagClassName
{
border-color: #17EACD;
}
</style>