Shades of Turquoise Blue #5ADBDD
Tints of Turquoise Blue #5ADBDD
RGB
CMYK
RGB Variations
Color information
#5ADBDD (or 0x5ADBDD) is known color: Turquoise Blue. HEX triplet: 5A, DB and DD. RGB value is (90,219,221). Sum of RGB (Red+Green+Blue) = 90+219+221=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ADBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBDD is #A52422. Grayscale: #B4B4B4. Windows color (decimal): -10822691 or 14539610. OLE color: 14539610.
HSL color Cylindrical-coordinate representation of color #5ADBDD: hue angle of 180.92º 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 #5ADBDD is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 219 | 221 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.13 |
| HSL | 180.92º | 0.66% | 0.61% | - |
| HSV(B) | 180.92º | 0.59% | 0.87% | - |
| XYZ | 42.6 | 58.06 | 77.37 | - |
| YUV | 180.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 221 | 0.59 | 0.01 | 0 | 0.13 | 180.92 | 0.66 | 0.61 |
| Hex | 5A | DB | DD | 3B | 1 | 0 | D | B5 | 42 | 3D |
| Octal | 132 | 333 | 335 | 73 | 1 | 0 | 15 | 265 | 102 | 75 |
| Binary | 1011010 | 11011011 | 11011101 | 111011 | 1 | 0 | 1101 | 10110101 | 1000010 | 111101 |
Color Harmonies of #5ADBDD
Complementary color
Monochromatic Colors of #5ADBDD
Black with #5ADBDD
Text Example
Text Example
White with #5ADBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBDD; }
p { color: rgb(90,219,221); }
H1.HeaderClassName
{
color: #5ADBDD;
}
.AnyTagClassName
{
color: #5ADBDD;
}
</style>
background-color css
<style>
a { background-color: #5ADBDD; }
a { background-color: rgb(90,219,221); }
div.DivClassName
{
background-color: #5ADBDD;
}
.BgClassName
{
background-color: #5ADBDD;
}
</style>
border-color css
<style>
span { border-color: #5ADBDD; }
span { border-color: rgb(90,219,221); }
td.TdClassName
{
border-color: #5ADBDD;
}
.TagClassName
{
border-color: #5ADBDD;
}
</style>