Shades of Turquoise Blue #5ADBDB
Tints of Turquoise Blue #5ADBDB
RGB
CMYK
RGB Variations
Color information
#5ADBDB (or 0x5ADBDB) is known color: Turquoise Blue. HEX triplet: 5A, DB and DB. RGB value is (90,219,219). Sum of RGB (Red+Green+Blue) = 90+219+219=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #5ADBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBDB is #A52424. Grayscale: #B4B4B4. Windows color (decimal): -10822693 or 14408538. OLE color: 14408538.
HSL color Cylindrical-coordinate representation of color #5ADBDB: hue angle of 180º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBDB is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 219 | - |
| CMYK | 0.59 | 0 | 0 | 0.14 |
| HSL | 180º | 0.64% | 0.61% | - |
| HSV(B) | 180º | 0.59% | 0.86% | - |
| XYZ | 42.33 | 57.95 | 75.97 | - |
| YUV | 180.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 219 | 0.59 | 0 | 0 | 0.14 | 180 | 0.64 | 0.61 |
| Hex | 5A | DB | DB | 3B | 0 | 0 | E | B4 | 40 | 3D |
| Octal | 132 | 333 | 333 | 73 | 0 | 0 | 16 | 264 | 100 | 75 |
| Binary | 1011010 | 11011011 | 11011011 | 111011 | 0 | 0 | 1110 | 10110100 | 1000000 | 111101 |
Color Harmonies of #5ADBDB
Complementary color
Monochromatic Colors of #5ADBDB
Black with #5ADBDB
Text Example
Text Example
White with #5ADBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBDB; }
p { color: rgb(90,219,219); }
H1.HeaderClassName
{
color: #5ADBDB;
}
.AnyTagClassName
{
color: #5ADBDB;
}
</style>
background-color css
<style>
a { background-color: #5ADBDB; }
a { background-color: rgb(90,219,219); }
div.DivClassName
{
background-color: #5ADBDB;
}
.BgClassName
{
background-color: #5ADBDB;
}
</style>
border-color css
<style>
span { border-color: #5ADBDB; }
span { border-color: rgb(90,219,219); }
td.TdClassName
{
border-color: #5ADBDB;
}
.TagClassName
{
border-color: #5ADBDB;
}
</style>