Shades of Turquoise Blue #5ACDDD
Tints of Turquoise Blue #5ACDDD
RGB
CMYK
RGB Variations
Color information
#5ACDDD (or 0x5ACDDD) is known color: Turquoise Blue. HEX triplet: 5A, CD and DD. RGB value is (90,205,221). Sum of RGB (Red+Green+Blue) = 90+205+221=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ACDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDDD is #A53222. Grayscale: #ACACAC. Windows color (decimal): -10826275 or 14536026. OLE color: 14536026.
HSL color Cylindrical-coordinate representation of color #5ACDDD: hue angle of 187.33º 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 #5ACDDD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 205 | 221 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.13 |
| HSL | 187.33º | 0.66% | 0.61% | - |
| HSV(B) | 187.33º | 0.59% | 0.87% | - |
| XYZ | 39.1 | 51.06 | 76.2 | - |
| YUV | 172.44 | 155.4 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 221 | 0.59 | 0.07 | 0 | 0.13 | 187.33 | 0.66 | 0.61 |
| Hex | 5A | CD | DD | 3B | 7 | 0 | D | BB | 42 | 3D |
| Octal | 132 | 315 | 335 | 73 | 7 | 0 | 15 | 273 | 102 | 75 |
| Binary | 1011010 | 11001101 | 11011101 | 111011 | 111 | 0 | 1101 | 10111011 | 1000010 | 111101 |
Color Harmonies of #5ACDDD
Complementary color
Monochromatic Colors of #5ACDDD
Black with #5ACDDD
Text Example
Text Example
White with #5ACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDDD; }
p { color: rgb(90,205,221); }
H1.HeaderClassName
{
color: #5ACDDD;
}
.AnyTagClassName
{
color: #5ACDDD;
}
</style>
background-color css
<style>
a { background-color: #5ACDDD; }
a { background-color: rgb(90,205,221); }
div.DivClassName
{
background-color: #5ACDDD;
}
.BgClassName
{
background-color: #5ACDDD;
}
</style>
border-color css
<style>
span { border-color: #5ACDDD; }
span { border-color: rgb(90,205,221); }
td.TdClassName
{
border-color: #5ACDDD;
}
.TagClassName
{
border-color: #5ACDDD;
}
</style>