Shades of Turquoise #5AFAD8
Tints of Turquoise #5AFAD8
RGB
CMYK
RGB Variations
Color information
#5AFAD8 (or 0x5AFAD8) is known color: Turquoise. HEX triplet: 5A, FA and D8. RGB value is (90,250,216). Sum of RGB (Red+Green+Blue) = 90+250+216=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAD8 is #A50527. Grayscale: #C6C6C6. Windows color (decimal): -10814760 or 14219866. OLE color: 14219866.
HSL color Cylindrical-coordinate representation of color #5AFAD8: hue angle of 167.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAD8 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 216 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.02 |
| HSL | 167.25º | 0.94% | 0.67% | - |
| HSV(B) | 167.25º | 0.64% | 0.98% | - |
| XYZ | 50.8 | 75.5 | 76.86 | - |
| YUV | 198.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 216 | 0.64 | 0 | 0.14 | 0.02 | 167.25 | 0.94 | 0.67 |
| Hex | 5A | FA | D8 | 40 | 0 | E | 2 | A7 | 5E | 43 |
| Octal | 132 | 372 | 330 | 100 | 0 | 16 | 2 | 247 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11011000 | 1000000 | 0 | 1110 | 10 | 10100111 | 1011110 | 1000011 |
Color Harmonies of #5AFAD8
Complementary color
Monochromatic Colors of #5AFAD8
Black with #5AFAD8
Text Example
Text Example
White with #5AFAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAD8; }
p { color: rgb(90,250,216); }
H1.HeaderClassName
{
color: #5AFAD8;
}
.AnyTagClassName
{
color: #5AFAD8;
}
</style>
background-color css
<style>
a { background-color: #5AFAD8; }
a { background-color: rgb(90,250,216); }
div.DivClassName
{
background-color: #5AFAD8;
}
.BgClassName
{
background-color: #5AFAD8;
}
</style>
border-color css
<style>
span { border-color: #5AFAD8; }
span { border-color: rgb(90,250,216); }
td.TdClassName
{
border-color: #5AFAD8;
}
.TagClassName
{
border-color: #5AFAD8;
}
</style>