Shades of Bright Turquoise #17EACF
Tints of Bright Turquoise #17EACF
RGB
CMYK
RGB Variations
Color information
#17EACF (or 0x17EACF) is known color: Bright Turquoise. HEX triplet: 17, EA and CF. RGB value is (23,234,207). Sum of RGB (Red+Green+Blue) = 23+234+207=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #17EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EACF is #E81530. Grayscale: #A7A7A7. Windows color (decimal): -15209777 or 13625879. OLE color: 13625879.
HSL color Cylindrical-coordinate representation of color #17EACF: hue angle of 172.32º 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 #17EACF is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 207 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.08 |
| HSL | 172.32º | 0.83% | 0.5% | - |
| HSV(B) | 172.32º | 0.9% | 0.92% | - |
| XYZ | 41.04 | 63.53 | 69.13 | - |
| YUV | 167.83 | 150.1 | 24.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 207 | 0.90 | 0 | 0.12 | 0.08 | 172.32 | 0.83 | 0.5 |
| Hex | 17 | EA | CF | 5A | 0 | C | 8 | AC | 53 | 32 |
| Octal | 27 | 352 | 317 | 132 | 0 | 14 | 10 | 254 | 123 | 62 |
| Binary | 10111 | 11101010 | 11001111 | 1011010 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110010 |
Color Harmonies of #17EACF
Complementary color
Monochromatic Colors of #17EACF
Black with #17EACF
Text Example
Text Example
White with #17EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EACF; }
p { color: rgb(23,234,207); }
H1.HeaderClassName
{
color: #17EACF;
}
.AnyTagClassName
{
color: #17EACF;
}
</style>
background-color css
<style>
a { background-color: #17EACF; }
a { background-color: rgb(23,234,207); }
div.DivClassName
{
background-color: #17EACF;
}
.BgClassName
{
background-color: #17EACF;
}
</style>
border-color css
<style>
span { border-color: #17EACF; }
span { border-color: rgb(23,234,207); }
td.TdClassName
{
border-color: #17EACF;
}
.TagClassName
{
border-color: #17EACF;
}
</style>