Shades of Turquoise Blue #5AD3DA
Tints of Turquoise Blue #5AD3DA
RGB
CMYK
RGB Variations
Color information
#5AD3DA (or 0x5AD3DA) is known color: Turquoise Blue. HEX triplet: 5A, D3 and DA. RGB value is (90,211,218). Sum of RGB (Red+Green+Blue) = 90+211+218=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #5AD3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD3DA is #A52C25. Grayscale: #AFAFAF. Windows color (decimal): -10824742 or 14340954. OLE color: 14340954.
HSL color Cylindrical-coordinate representation of color #5AD3DA: hue angle of 183.28º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD3DA is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 211 | 218 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.15 |
| HSL | 183.28º | 0.63% | 0.6% | - |
| HSV(B) | 183.28º | 0.59% | 0.85% | - |
| XYZ | 40.17 | 53.82 | 74.6 | - |
| YUV | 175.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 218 | 0.59 | 0.03 | 0 | 0.15 | 183.28 | 0.63 | 0.6 |
| Hex | 5A | D3 | DA | 3B | 3 | 0 | F | B7 | 3F | 3C |
| Octal | 132 | 323 | 332 | 73 | 3 | 0 | 17 | 267 | 77 | 74 |
| Binary | 1011010 | 11010011 | 11011010 | 111011 | 11 | 0 | 1111 | 10110111 | 111111 | 111100 |
Color Harmonies of #5AD3DA
Complementary color
Monochromatic Colors of #5AD3DA
Black with #5AD3DA
Text Example
Text Example
White with #5AD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD3DA; }
p { color: rgb(90,211,218); }
H1.HeaderClassName
{
color: #5AD3DA;
}
.AnyTagClassName
{
color: #5AD3DA;
}
</style>
background-color css
<style>
a { background-color: #5AD3DA; }
a { background-color: rgb(90,211,218); }
div.DivClassName
{
background-color: #5AD3DA;
}
.BgClassName
{
background-color: #5AD3DA;
}
</style>
border-color css
<style>
span { border-color: #5AD3DA; }
span { border-color: rgb(90,211,218); }
td.TdClassName
{
border-color: #5AD3DA;
}
.TagClassName
{
border-color: #5AD3DA;
}
</style>