Shades of Turquoise #5AF5CC
Tints of Turquoise #5AF5CC
RGB
CMYK
RGB Variations
Color information
#5AF5CC (or 0x5AF5CC) is known color: Turquoise. HEX triplet: 5A, F5 and CC. RGB value is (90,245,204). Sum of RGB (Red+Green+Blue) = 90+245+204=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF5CC is #A50A33. Grayscale: #C1C1C1. Windows color (decimal): -10816052 or 13432154. OLE color: 13432154.
HSL color Cylindrical-coordinate representation of color #5AF5CC: hue angle of 164.13º 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 #5AF5CC is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 204 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.04 |
| HSL | 164.13º | 0.89% | 0.66% | - |
| HSV(B) | 164.13º | 0.63% | 0.96% | - |
| XYZ | 47.77 | 71.84 | 68.48 | - |
| YUV | 193.98 | 133.65 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 204 | 0.63 | 0 | 0.17 | 0.04 | 164.13 | 0.89 | 0.66 |
| Hex | 5A | F5 | CC | 3F | 0 | 11 | 4 | A4 | 59 | 42 |
| Octal | 132 | 365 | 314 | 77 | 0 | 21 | 4 | 244 | 131 | 102 |
| Binary | 1011010 | 11110101 | 11001100 | 111111 | 0 | 10001 | 100 | 10100100 | 1011001 | 1000010 |
Color Harmonies of #5AF5CC
Complementary color
Monochromatic Colors of #5AF5CC
Black with #5AF5CC
Text Example
Text Example
White with #5AF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5CC; }
p { color: rgb(90,245,204); }
H1.HeaderClassName
{
color: #5AF5CC;
}
.AnyTagClassName
{
color: #5AF5CC;
}
</style>
background-color css
<style>
a { background-color: #5AF5CC; }
a { background-color: rgb(90,245,204); }
div.DivClassName
{
background-color: #5AF5CC;
}
.BgClassName
{
background-color: #5AF5CC;
}
</style>
border-color css
<style>
span { border-color: #5AF5CC; }
span { border-color: rgb(90,245,204); }
td.TdClassName
{
border-color: #5AF5CC;
}
.TagClassName
{
border-color: #5AF5CC;
}
</style>