Shades of Turquoise Blue #5ADDDA
Tints of Turquoise Blue #5ADDDA
RGB
CMYK
RGB Variations
Color information
#5ADDDA (or 0x5ADDDA) is known color: Turquoise Blue. HEX triplet: 5A, DD and DA. RGB value is (90,221,218). Sum of RGB (Red+Green+Blue) = 90+221+218=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDDA is #A52225. Grayscale: #B5B5B5. Windows color (decimal): -10822182 or 14343514. OLE color: 14343514.
HSL color Cylindrical-coordinate representation of color #5ADDDA: hue angle of 178.63º 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 #5ADDDA is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 218 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.13 |
| HSL | 178.63º | 0.66% | 0.61% | - |
| HSV(B) | 178.63º | 0.59% | 0.87% | - |
| XYZ | 42.73 | 58.95 | 75.46 | - |
| YUV | 181.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 218 | 0.59 | 0 | 0.01 | 0.13 | 178.63 | 0.66 | 0.61 |
| Hex | 5A | DD | DA | 3B | 0 | 1 | D | B3 | 42 | 3D |
| Octal | 132 | 335 | 332 | 73 | 0 | 1 | 15 | 263 | 102 | 75 |
| Binary | 1011010 | 11011101 | 11011010 | 111011 | 0 | 1 | 1101 | 10110011 | 1000010 | 111101 |
Color Harmonies of #5ADDDA
Complementary color
Monochromatic Colors of #5ADDDA
Black with #5ADDDA
Text Example
Text Example
White with #5ADDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDDA; }
p { color: rgb(90,221,218); }
H1.HeaderClassName
{
color: #5ADDDA;
}
.AnyTagClassName
{
color: #5ADDDA;
}
</style>
background-color css
<style>
a { background-color: #5ADDDA; }
a { background-color: rgb(90,221,218); }
div.DivClassName
{
background-color: #5ADDDA;
}
.BgClassName
{
background-color: #5ADDDA;
}
</style>
border-color css
<style>
span { border-color: #5ADDDA; }
span { border-color: rgb(90,221,218); }
td.TdClassName
{
border-color: #5ADDDA;
}
.TagClassName
{
border-color: #5ADDDA;
}
</style>