Shades of Turquoise #5AF5CB
Tints of Turquoise #5AF5CB
RGB
CMYK
RGB Variations
Color information
#5AF5CB (or 0x5AF5CB) is known color: Turquoise. HEX triplet: 5A, F5 and CB. RGB value is (90,245,203). Sum of RGB (Red+Green+Blue) = 90+245+203=538 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.73% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF5CB is #A50A34. Grayscale: #C1C1C1. Windows color (decimal): -10816053 or 13366618. OLE color: 13366618.
HSL color Cylindrical-coordinate representation of color #5AF5CB: hue angle of 163.74º 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 #5AF5CB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 203 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.04 |
| HSL | 163.74º | 0.89% | 0.66% | - |
| HSV(B) | 163.74º | 0.63% | 0.96% | - |
| XYZ | 47.65 | 71.79 | 67.85 | - |
| YUV | 193.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 203 | 0.63 | 0 | 0.17 | 0.04 | 163.74 | 0.89 | 0.66 |
| Hex | 5A | F5 | CB | 3F | 0 | 11 | 4 | A4 | 59 | 42 |
| Octal | 132 | 365 | 313 | 77 | 0 | 21 | 4 | 244 | 131 | 102 |
| Binary | 1011010 | 11110101 | 11001011 | 111111 | 0 | 10001 | 100 | 10100100 | 1011001 | 1000010 |
Color Harmonies of #5AF5CB
Complementary color
Monochromatic Colors of #5AF5CB
Black with #5AF5CB
Text Example
Text Example
White with #5AF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5CB; }
p { color: rgb(90,245,203); }
H1.HeaderClassName
{
color: #5AF5CB;
}
.AnyTagClassName
{
color: #5AF5CB;
}
</style>
background-color css
<style>
a { background-color: #5AF5CB; }
a { background-color: rgb(90,245,203); }
div.DivClassName
{
background-color: #5AF5CB;
}
.BgClassName
{
background-color: #5AF5CB;
}
</style>
border-color css
<style>
span { border-color: #5AF5CB; }
span { border-color: rgb(90,245,203); }
td.TdClassName
{
border-color: #5AF5CB;
}
.TagClassName
{
border-color: #5AF5CB;
}
</style>