Shades of Turquoise #5AFADF
Tints of Turquoise #5AFADF
RGB
CMYK
RGB Variations
Color information
#5AFADF (or 0x5AFADF) is known color: Turquoise. HEX triplet: 5A, FA and DF. RGB value is (90,250,223). Sum of RGB (Red+Green+Blue) = 90+250+223=563 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.99% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFADF is #A50520. Grayscale: #C7C7C7. Windows color (decimal): -10814753 or 14678618. OLE color: 14678618.
HSL color Cylindrical-coordinate representation of color #5AFADF: hue angle of 169.88º 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 #5AFADF is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 223 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.02 |
| HSL | 169.88º | 0.94% | 0.67% | - |
| HSV(B) | 169.88º | 0.64% | 0.98% | - |
| XYZ | 51.72 | 75.87 | 81.73 | - |
| YUV | 199.08 | 141.49 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 223 | 0.64 | 0 | 0.11 | 0.02 | 169.88 | 0.94 | 0.67 |
| Hex | 5A | FA | DF | 40 | 0 | B | 2 | AA | 5E | 43 |
| Octal | 132 | 372 | 337 | 100 | 0 | 13 | 2 | 252 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11011111 | 1000000 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000011 |
Color Harmonies of #5AFADF
Complementary color
Monochromatic Colors of #5AFADF
Black with #5AFADF
Text Example
Text Example
White with #5AFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFADF; }
p { color: rgb(90,250,223); }
H1.HeaderClassName
{
color: #5AFADF;
}
.AnyTagClassName
{
color: #5AFADF;
}
</style>
background-color css
<style>
a { background-color: #5AFADF; }
a { background-color: rgb(90,250,223); }
div.DivClassName
{
background-color: #5AFADF;
}
.BgClassName
{
background-color: #5AFADF;
}
</style>
border-color css
<style>
span { border-color: #5AFADF; }
span { border-color: rgb(90,250,223); }
td.TdClassName
{
border-color: #5AFADF;
}
.TagClassName
{
border-color: #5AFADF;
}
</style>