Shades of Turquoise #5AF3CA
Tints of Turquoise #5AF3CA
RGB
CMYK
RGB Variations
Color information
#5AF3CA (or 0x5AF3CA) is known color: Turquoise. HEX triplet: 5A, F3 and CA. RGB value is (90,243,202). Sum of RGB (Red+Green+Blue) = 90+243+202=535 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.82% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3CA is #A50C35. Grayscale: #C0C0C0. Windows color (decimal): -10816566 or 13300570. OLE color: 13300570.
HSL color Cylindrical-coordinate representation of color #5AF3CA: hue angle of 163.92º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF3CA is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 202 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.05 |
| HSL | 163.92º | 0.86% | 0.65% | - |
| HSV(B) | 163.92º | 0.63% | 0.95% | - |
| XYZ | 46.93 | 70.54 | 67.02 | - |
| YUV | 192.58 | 133.31 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 202 | 0.63 | 0 | 0.17 | 0.05 | 163.92 | 0.86 | 0.65 |
| Hex | 5A | F3 | CA | 3F | 0 | 11 | 5 | A4 | 56 | 41 |
| Octal | 132 | 363 | 312 | 77 | 0 | 21 | 5 | 244 | 126 | 101 |
| Binary | 1011010 | 11110011 | 11001010 | 111111 | 0 | 10001 | 101 | 10100100 | 1010110 | 1000001 |
Color Harmonies of #5AF3CA
Complementary color
Monochromatic Colors of #5AF3CA
Black with #5AF3CA
Text Example
Text Example
White with #5AF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF3CA; }
p { color: rgb(90,243,202); }
H1.HeaderClassName
{
color: #5AF3CA;
}
.AnyTagClassName
{
color: #5AF3CA;
}
</style>
background-color css
<style>
a { background-color: #5AF3CA; }
a { background-color: rgb(90,243,202); }
div.DivClassName
{
background-color: #5AF3CA;
}
.BgClassName
{
background-color: #5AF3CA;
}
</style>
border-color css
<style>
span { border-color: #5AF3CA; }
span { border-color: rgb(90,243,202); }
td.TdClassName
{
border-color: #5AF3CA;
}
.TagClassName
{
border-color: #5AF3CA;
}
</style>