Shades of Turquoise #5AF5CA
Tints of Turquoise #5AF5CA
RGB
CMYK
RGB Variations
Color information
#5AF5CA (or 0x5AF5CA) is known color: Turquoise. HEX triplet: 5A, F5 and CA. RGB value is (90,245,202). Sum of RGB (Red+Green+Blue) = 90+245+202=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF5CA is #A50A35. Grayscale: #C1C1C1. Windows color (decimal): -10816054 or 13301082. OLE color: 13301082.
HSL color Cylindrical-coordinate representation of color #5AF5CA: hue angle of 163.35º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF5CA is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 202 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.04 |
| HSL | 163.35º | 0.89% | 0.66% | - |
| HSV(B) | 163.35º | 0.63% | 0.96% | - |
| XYZ | 47.53 | 71.74 | 67.22 | - |
| YUV | 193.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 202 | 0.63 | 0 | 0.18 | 0.04 | 163.35 | 0.89 | 0.66 |
| Hex | 5A | F5 | CA | 3F | 0 | 12 | 4 | A3 | 59 | 42 |
| Octal | 132 | 365 | 312 | 77 | 0 | 22 | 4 | 243 | 131 | 102 |
| Binary | 1011010 | 11110101 | 11001010 | 111111 | 0 | 10010 | 100 | 10100011 | 1011001 | 1000010 |
Color Harmonies of #5AF5CA
Complementary color
Monochromatic Colors of #5AF5CA
Black with #5AF5CA
Text Example
Text Example
White with #5AF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5CA; }
p { color: rgb(90,245,202); }
H1.HeaderClassName
{
color: #5AF5CA;
}
.AnyTagClassName
{
color: #5AF5CA;
}
</style>
background-color css
<style>
a { background-color: #5AF5CA; }
a { background-color: rgb(90,245,202); }
div.DivClassName
{
background-color: #5AF5CA;
}
.BgClassName
{
background-color: #5AF5CA;
}
</style>
border-color css
<style>
span { border-color: #5AF5CA; }
span { border-color: rgb(90,245,202); }
td.TdClassName
{
border-color: #5AF5CA;
}
.TagClassName
{
border-color: #5AF5CA;
}
</style>