Shades of Turquoise Blue #5AD5DD
Tints of Turquoise Blue #5AD5DD
RGB
CMYK
RGB Variations
Color information
#5AD5DD (or 0x5AD5DD) is known color: Turquoise Blue. HEX triplet: 5A, D5 and DD. RGB value is (90,213,221). Sum of RGB (Red+Green+Blue) = 90+213+221=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AD5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5DD is #A52A22. Grayscale: #B0B0B0. Windows color (decimal): -10824227 or 14538074. OLE color: 14538074.
HSL color Cylindrical-coordinate representation of color #5AD5DD: hue angle of 183.66º 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 #5AD5DD is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 213 | 221 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.13 |
| HSL | 183.66º | 0.66% | 0.61% | - |
| HSV(B) | 183.66º | 0.59% | 0.87% | - |
| XYZ | 41.06 | 54.98 | 76.86 | - |
| YUV | 177.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 221 | 0.59 | 0.04 | 0 | 0.13 | 183.66 | 0.66 | 0.61 |
| Hex | 5A | D5 | DD | 3B | 4 | 0 | D | B8 | 42 | 3D |
| Octal | 132 | 325 | 335 | 73 | 4 | 0 | 15 | 270 | 102 | 75 |
| Binary | 1011010 | 11010101 | 11011101 | 111011 | 100 | 0 | 1101 | 10111000 | 1000010 | 111101 |
Color Harmonies of #5AD5DD
Complementary color
Monochromatic Colors of #5AD5DD
Black with #5AD5DD
Text Example
Text Example
White with #5AD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5DD; }
p { color: rgb(90,213,221); }
H1.HeaderClassName
{
color: #5AD5DD;
}
.AnyTagClassName
{
color: #5AD5DD;
}
</style>
background-color css
<style>
a { background-color: #5AD5DD; }
a { background-color: rgb(90,213,221); }
div.DivClassName
{
background-color: #5AD5DD;
}
.BgClassName
{
background-color: #5AD5DD;
}
</style>
border-color css
<style>
span { border-color: #5AD5DD; }
span { border-color: rgb(90,213,221); }
td.TdClassName
{
border-color: #5AD5DD;
}
.TagClassName
{
border-color: #5AD5DD;
}
</style>