Shades of Turquoise Blue #5ACADD
Tints of Turquoise Blue #5ACADD
RGB
CMYK
RGB Variations
Color information
#5ACADD (or 0x5ACADD) is known color: Turquoise Blue. HEX triplet: 5A, CA and DD. RGB value is (90,202,221). Sum of RGB (Red+Green+Blue) = 90+202+221=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ACADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACADD is #A53522. Grayscale: #AAAAAA. Windows color (decimal): -10827043 or 14535258. OLE color: 14535258.
HSL color Cylindrical-coordinate representation of color #5ACADD: hue angle of 188.7º 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 #5ACADD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 202 | 221 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.13 |
| HSL | 188.7º | 0.66% | 0.61% | - |
| HSV(B) | 188.7º | 0.59% | 0.87% | - |
| XYZ | 38.39 | 49.64 | 75.96 | - |
| YUV | 170.68 | 156.39 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 221 | 0.59 | 0.09 | 0 | 0.13 | 188.7 | 0.66 | 0.61 |
| Hex | 5A | CA | DD | 3B | 9 | 0 | D | BD | 42 | 3D |
| Octal | 132 | 312 | 335 | 73 | 11 | 0 | 15 | 275 | 102 | 75 |
| Binary | 1011010 | 11001010 | 11011101 | 111011 | 1001 | 0 | 1101 | 10111101 | 1000010 | 111101 |
Color Harmonies of #5ACADD
Complementary color
Monochromatic Colors of #5ACADD
Black with #5ACADD
Text Example
Text Example
White with #5ACADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACADD; }
p { color: rgb(90,202,221); }
H1.HeaderClassName
{
color: #5ACADD;
}
.AnyTagClassName
{
color: #5ACADD;
}
</style>
background-color css
<style>
a { background-color: #5ACADD; }
a { background-color: rgb(90,202,221); }
div.DivClassName
{
background-color: #5ACADD;
}
.BgClassName
{
background-color: #5ACADD;
}
</style>
border-color css
<style>
span { border-color: #5ACADD; }
span { border-color: rgb(90,202,221); }
td.TdClassName
{
border-color: #5ACADD;
}
.TagClassName
{
border-color: #5ACADD;
}
</style>