Shades of Turquoise Blue #5AD7DD
Tints of Turquoise Blue #5AD7DD
RGB
CMYK
RGB Variations
Color information
#5AD7DD (or 0x5AD7DD) is known color: Turquoise Blue. HEX triplet: 5A, D7 and DD. RGB value is (90,215,221). Sum of RGB (Red+Green+Blue) = 90+215+221=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AD7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD7DD is #A52822. Grayscale: #B2B2B2. Windows color (decimal): -10823715 or 14538586. OLE color: 14538586.
HSL color Cylindrical-coordinate representation of color #5AD7DD: hue angle of 182.75º 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 #5AD7DD is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 215 | 221 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.13 |
| HSL | 182.75º | 0.66% | 0.61% | - |
| HSV(B) | 182.75º | 0.59% | 0.87% | - |
| XYZ | 41.57 | 56 | 77.02 | - |
| YUV | 178.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 221 | 0.59 | 0.03 | 0 | 0.13 | 182.75 | 0.66 | 0.61 |
| Hex | 5A | D7 | DD | 3B | 3 | 0 | D | B7 | 42 | 3D |
| Octal | 132 | 327 | 335 | 73 | 3 | 0 | 15 | 267 | 102 | 75 |
| Binary | 1011010 | 11010111 | 11011101 | 111011 | 11 | 0 | 1101 | 10110111 | 1000010 | 111101 |
Color Harmonies of #5AD7DD
Complementary color
Monochromatic Colors of #5AD7DD
Black with #5AD7DD
Text Example
Text Example
White with #5AD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7DD; }
p { color: rgb(90,215,221); }
H1.HeaderClassName
{
color: #5AD7DD;
}
.AnyTagClassName
{
color: #5AD7DD;
}
</style>
background-color css
<style>
a { background-color: #5AD7DD; }
a { background-color: rgb(90,215,221); }
div.DivClassName
{
background-color: #5AD7DD;
}
.BgClassName
{
background-color: #5AD7DD;
}
</style>
border-color css
<style>
span { border-color: #5AD7DD; }
span { border-color: rgb(90,215,221); }
td.TdClassName
{
border-color: #5AD7DD;
}
.TagClassName
{
border-color: #5AD7DD;
}
</style>