Shades of Bright Turquoise #17E4CA
Tints of Bright Turquoise #17E4CA
RGB
CMYK
RGB Variations
Color information
#17E4CA (or 0x17E4CA) is known color: Bright Turquoise. HEX triplet: 17, E4 and CA. RGB value is (23,228,202). Sum of RGB (Red+Green+Blue) = 23+228+202=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #17E4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E4CA is #E81B35. Grayscale: #A3A3A3. Windows color (decimal): -15211318 or 13296663. OLE color: 13296663.
HSL color Cylindrical-coordinate representation of color #17E4CA: hue angle of 172.39º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E4CA is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 228 | 202 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.11 |
| HSL | 172.39º | 0.82% | 0.49% | - |
| HSV(B) | 172.39º | 0.9% | 0.89% | - |
| XYZ | 38.76 | 59.93 | 65.4 | - |
| YUV | 163.74 | 149.58 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 228 | 202 | 0.90 | 0 | 0.11 | 0.11 | 172.39 | 0.82 | 0.49 |
| Hex | 17 | E4 | CA | 5A | 0 | B | B | AC | 52 | 31 |
| Octal | 27 | 344 | 312 | 132 | 0 | 13 | 13 | 254 | 122 | 61 |
| Binary | 10111 | 11100100 | 11001010 | 1011010 | 0 | 1011 | 1011 | 10101100 | 1010010 | 110001 |
Color Harmonies of #17E4CA
Complementary color
Monochromatic Colors of #17E4CA
Black with #17E4CA
Text Example
Text Example
White with #17E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E4CA; }
p { color: rgb(23,228,202); }
H1.HeaderClassName
{
color: #17E4CA;
}
.AnyTagClassName
{
color: #17E4CA;
}
</style>
background-color css
<style>
a { background-color: #17E4CA; }
a { background-color: rgb(23,228,202); }
div.DivClassName
{
background-color: #17E4CA;
}
.BgClassName
{
background-color: #17E4CA;
}
</style>
border-color css
<style>
span { border-color: #17E4CA; }
span { border-color: rgb(23,228,202); }
td.TdClassName
{
border-color: #17E4CA;
}
.TagClassName
{
border-color: #17E4CA;
}
</style>