Shades of Turquoise #5AF4DB
Tints of Turquoise #5AF4DB
RGB
CMYK
RGB Variations
Color information
#5AF4DB (or 0x5AF4DB) is known color: Turquoise. HEX triplet: 5A, F4 and DB. RGB value is (90,244,219). Sum of RGB (Red+Green+Blue) = 90+244+219=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF4DB is #A50B24. Grayscale: #C3C3C3. Windows color (decimal): -10816293 or 14414938. OLE color: 14414938.
HSL color Cylindrical-coordinate representation of color #5AF4DB: hue angle of 170.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF4DB is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 219 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.04 |
| HSL | 170.26º | 0.88% | 0.65% | - |
| HSV(B) | 170.26º | 0.63% | 0.96% | - |
| XYZ | 49.35 | 71.99 | 78.31 | - |
| YUV | 195.1 | 141.48 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 219 | 0.63 | 0 | 0.10 | 0.04 | 170.26 | 0.88 | 0.65 |
| Hex | 5A | F4 | DB | 3F | 0 | A | 4 | AA | 58 | 41 |
| Octal | 132 | 364 | 333 | 77 | 0 | 12 | 4 | 252 | 130 | 101 |
| Binary | 1011010 | 11110100 | 11011011 | 111111 | 0 | 1010 | 100 | 10101010 | 1011000 | 1000001 |
Color Harmonies of #5AF4DB
Complementary color
Monochromatic Colors of #5AF4DB
Black with #5AF4DB
Text Example
Text Example
White with #5AF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF4DB; }
p { color: rgb(90,244,219); }
H1.HeaderClassName
{
color: #5AF4DB;
}
.AnyTagClassName
{
color: #5AF4DB;
}
</style>
background-color css
<style>
a { background-color: #5AF4DB; }
a { background-color: rgb(90,244,219); }
div.DivClassName
{
background-color: #5AF4DB;
}
.BgClassName
{
background-color: #5AF4DB;
}
</style>
border-color css
<style>
span { border-color: #5AF4DB; }
span { border-color: rgb(90,244,219); }
td.TdClassName
{
border-color: #5AF4DB;
}
.TagClassName
{
border-color: #5AF4DB;
}
</style>