Shades of Turquoise #5AFADB
Tints of Turquoise #5AFADB
RGB
CMYK
RGB Variations
Color information
#5AFADB (or 0x5AFADB) is known color: Turquoise. HEX triplet: 5A, FA and DB. RGB value is (90,250,219). Sum of RGB (Red+Green+Blue) = 90+250+219=559 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.10% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFADB is #A50524. Grayscale: #C6C6C6. Windows color (decimal): -10814757 or 14416474. OLE color: 14416474.
HSL color Cylindrical-coordinate representation of color #5AFADB: hue angle of 168.38º 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 #5AFADB is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 219 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 168.38º | 0.94% | 0.67% | - |
| HSV(B) | 168.38º | 0.64% | 0.98% | - |
| XYZ | 51.19 | 75.66 | 78.92 | - |
| YUV | 198.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 219 | 0.64 | 0 | 0.12 | 0.02 | 168.38 | 0.94 | 0.67 |
| Hex | 5A | FA | DB | 40 | 0 | C | 2 | A8 | 5E | 43 |
| Octal | 132 | 372 | 333 | 100 | 0 | 14 | 2 | 250 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11011011 | 1000000 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000011 |
Color Harmonies of #5AFADB
Complementary color
Monochromatic Colors of #5AFADB
Black with #5AFADB
Text Example
Text Example
White with #5AFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFADB; }
p { color: rgb(90,250,219); }
H1.HeaderClassName
{
color: #5AFADB;
}
.AnyTagClassName
{
color: #5AFADB;
}
</style>
background-color css
<style>
a { background-color: #5AFADB; }
a { background-color: rgb(90,250,219); }
div.DivClassName
{
background-color: #5AFADB;
}
.BgClassName
{
background-color: #5AFADB;
}
</style>
border-color css
<style>
span { border-color: #5AFADB; }
span { border-color: rgb(90,250,219); }
td.TdClassName
{
border-color: #5AFADB;
}
.TagClassName
{
border-color: #5AFADB;
}
</style>