Shades of Turquoise Blue #5ADDDF
Tints of Turquoise Blue #5ADDDF
RGB
CMYK
RGB Variations
Color information
#5ADDDF (or 0x5ADDDF) is known color: Turquoise Blue. HEX triplet: 5A, DD and DF. RGB value is (90,221,223). Sum of RGB (Red+Green+Blue) = 90+221+223=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ADDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDDF is #A52220. Grayscale: #B5B5B5. Windows color (decimal): -10822177 or 14671194. OLE color: 14671194.
HSL color Cylindrical-coordinate representation of color #5ADDDF: hue angle of 180.9º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADDDF is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 223 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.13 |
| HSL | 180.9º | 0.68% | 0.61% | - |
| HSV(B) | 180.9º | 0.6% | 0.87% | - |
| XYZ | 43.39 | 59.21 | 78.95 | - |
| YUV | 182.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 223 | 0.60 | 0.01 | 0 | 0.13 | 180.9 | 0.68 | 0.61 |
| Hex | 5A | DD | DF | 3C | 1 | 0 | D | B5 | 44 | 3D |
| Octal | 132 | 335 | 337 | 74 | 1 | 0 | 15 | 265 | 104 | 75 |
| Binary | 1011010 | 11011101 | 11011111 | 111100 | 1 | 0 | 1101 | 10110101 | 1000100 | 111101 |
Color Harmonies of #5ADDDF
Complementary color
Monochromatic Colors of #5ADDDF
Black with #5ADDDF
Text Example
Text Example
White with #5ADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDDF; }
p { color: rgb(90,221,223); }
H1.HeaderClassName
{
color: #5ADDDF;
}
.AnyTagClassName
{
color: #5ADDDF;
}
</style>
background-color css
<style>
a { background-color: #5ADDDF; }
a { background-color: rgb(90,221,223); }
div.DivClassName
{
background-color: #5ADDDF;
}
.BgClassName
{
background-color: #5ADDDF;
}
</style>
border-color css
<style>
span { border-color: #5ADDDF; }
span { border-color: rgb(90,221,223); }
td.TdClassName
{
border-color: #5ADDDF;
}
.TagClassName
{
border-color: #5ADDDF;
}
</style>