Shades of Bright Turquoise #17EAC3
Tints of Bright Turquoise #17EAC3
RGB
CMYK
RGB Variations
Color information
#17EAC3 (or 0x17EAC3) is known color: Bright Turquoise. HEX triplet: 17, EA and C3. RGB value is (23,234,195). Sum of RGB (Red+Green+Blue) = 23+234+195=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAC3 is #E8153C. Grayscale: #A6A6A6. Windows color (decimal): -15209789 or 12839447. OLE color: 12839447.
HSL color Cylindrical-coordinate representation of color #17EAC3: hue angle of 168.91º 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 #17EAC3 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 195 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.08 |
| HSL | 168.91º | 0.83% | 0.5% | - |
| HSV(B) | 168.91º | 0.9% | 0.92% | - |
| XYZ | 39.63 | 62.97 | 61.7 | - |
| YUV | 166.47 | 144.1 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 195 | 0.90 | 0 | 0.17 | 0.08 | 168.91 | 0.83 | 0.5 |
| Hex | 17 | EA | C3 | 5A | 0 | 11 | 8 | A9 | 53 | 32 |
| Octal | 27 | 352 | 303 | 132 | 0 | 21 | 10 | 251 | 123 | 62 |
| Binary | 10111 | 11101010 | 11000011 | 1011010 | 0 | 10001 | 1000 | 10101001 | 1010011 | 110010 |
Color Harmonies of #17EAC3
Complementary color
Monochromatic Colors of #17EAC3
Black with #17EAC3
Text Example
Text Example
White with #17EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAC3; }
p { color: rgb(23,234,195); }
H1.HeaderClassName
{
color: #17EAC3;
}
.AnyTagClassName
{
color: #17EAC3;
}
</style>
background-color css
<style>
a { background-color: #17EAC3; }
a { background-color: rgb(23,234,195); }
div.DivClassName
{
background-color: #17EAC3;
}
.BgClassName
{
background-color: #17EAC3;
}
</style>
border-color css
<style>
span { border-color: #17EAC3; }
span { border-color: rgb(23,234,195); }
td.TdClassName
{
border-color: #17EAC3;
}
.TagClassName
{
border-color: #17EAC3;
}
</style>