Shades of Turquoise Blue #5AD2DD
Tints of Turquoise Blue #5AD2DD
RGB
CMYK
RGB Variations
Color information
#5AD2DD (or 0x5AD2DD) is known color: Turquoise Blue. HEX triplet: 5A, D2 and DD. RGB value is (90,210,221). Sum of RGB (Red+Green+Blue) = 90+210+221=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AD2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD2DD is #A52D22. Grayscale: #AFAFAF. Windows color (decimal): -10824995 or 14537306. OLE color: 14537306.
HSL color Cylindrical-coordinate representation of color #5AD2DD: hue angle of 185.04º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD2DD is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 210 | 221 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.13 |
| HSL | 185.04º | 0.66% | 0.61% | - |
| HSV(B) | 185.04º | 0.59% | 0.87% | - |
| XYZ | 40.31 | 53.49 | 76.61 | - |
| YUV | 175.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 221 | 0.59 | 0.05 | 0 | 0.13 | 185.04 | 0.66 | 0.61 |
| Hex | 5A | D2 | DD | 3B | 5 | 0 | D | B9 | 42 | 3D |
| Octal | 132 | 322 | 335 | 73 | 5 | 0 | 15 | 271 | 102 | 75 |
| Binary | 1011010 | 11010010 | 11011101 | 111011 | 101 | 0 | 1101 | 10111001 | 1000010 | 111101 |
Color Harmonies of #5AD2DD
Complementary color
Monochromatic Colors of #5AD2DD
Black with #5AD2DD
Text Example
Text Example
White with #5AD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2DD; }
p { color: rgb(90,210,221); }
H1.HeaderClassName
{
color: #5AD2DD;
}
.AnyTagClassName
{
color: #5AD2DD;
}
</style>
background-color css
<style>
a { background-color: #5AD2DD; }
a { background-color: rgb(90,210,221); }
div.DivClassName
{
background-color: #5AD2DD;
}
.BgClassName
{
background-color: #5AD2DD;
}
</style>
border-color css
<style>
span { border-color: #5AD2DD; }
span { border-color: rgb(90,210,221); }
td.TdClassName
{
border-color: #5AD2DD;
}
.TagClassName
{
border-color: #5AD2DD;
}
</style>