Shades of Turquoise #5AFADD
Tints of Turquoise #5AFADD
RGB
CMYK
RGB Variations
Color information
#5AFADD (or 0x5AFADD) is known color: Turquoise. HEX triplet: 5A, FA and DD. RGB value is (90,250,221). Sum of RGB (Red+Green+Blue) = 90+250+221=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFADD is #A50522. Grayscale: #C6C6C6. Windows color (decimal): -10814755 or 14547546. OLE color: 14547546.
HSL color Cylindrical-coordinate representation of color #5AFADD: hue angle of 169.12º 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 #5AFADD is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 221 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 169.13º | 0.94% | 0.67% | - |
| HSV(B) | 169.13º | 0.64% | 0.98% | - |
| XYZ | 51.45 | 75.77 | 80.32 | - |
| YUV | 198.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 221 | 0.64 | 0 | 0.12 | 0.02 | 169.13 | 0.94 | 0.67 |
| Hex | 5A | FA | DD | 40 | 0 | C | 2 | A9 | 5E | 43 |
| Octal | 132 | 372 | 335 | 100 | 0 | 14 | 2 | 251 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11011101 | 1000000 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000011 |
Color Harmonies of #5AFADD
Complementary color
Monochromatic Colors of #5AFADD
Black with #5AFADD
Text Example
Text Example
White with #5AFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFADD; }
p { color: rgb(90,250,221); }
H1.HeaderClassName
{
color: #5AFADD;
}
.AnyTagClassName
{
color: #5AFADD;
}
</style>
background-color css
<style>
a { background-color: #5AFADD; }
a { background-color: rgb(90,250,221); }
div.DivClassName
{
background-color: #5AFADD;
}
.BgClassName
{
background-color: #5AFADD;
}
</style>
border-color css
<style>
span { border-color: #5AFADD; }
span { border-color: rgb(90,250,221); }
td.TdClassName
{
border-color: #5AFADD;
}
.TagClassName
{
border-color: #5AFADD;
}
</style>