Shades of Turquoise Blue #5ACCDD
Tints of Turquoise Blue #5ACCDD
RGB
CMYK
RGB Variations
Color information
#5ACCDD (or 0x5ACCDD) is known color: Turquoise Blue. HEX triplet: 5A, CC and DD. RGB value is (90,204,221). Sum of RGB (Red+Green+Blue) = 90+204+221=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ACCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCDD is #A53322. Grayscale: #ABABAB. Windows color (decimal): -10826531 or 14535770. OLE color: 14535770.
HSL color Cylindrical-coordinate representation of color #5ACCDD: hue angle of 187.79º 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 #5ACCDD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 204 | 221 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.13 |
| HSL | 187.79º | 0.66% | 0.61% | - |
| HSV(B) | 187.79º | 0.59% | 0.87% | - |
| XYZ | 38.86 | 50.58 | 76.12 | - |
| YUV | 171.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 221 | 0.59 | 0.08 | 0 | 0.13 | 187.79 | 0.66 | 0.61 |
| Hex | 5A | CC | DD | 3B | 8 | 0 | D | BC | 42 | 3D |
| Octal | 132 | 314 | 335 | 73 | 10 | 0 | 15 | 274 | 102 | 75 |
| Binary | 1011010 | 11001100 | 11011101 | 111011 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111101 |
Color Harmonies of #5ACCDD
Complementary color
Monochromatic Colors of #5ACCDD
Black with #5ACCDD
Text Example
Text Example
White with #5ACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCDD; }
p { color: rgb(90,204,221); }
H1.HeaderClassName
{
color: #5ACCDD;
}
.AnyTagClassName
{
color: #5ACCDD;
}
</style>
background-color css
<style>
a { background-color: #5ACCDD; }
a { background-color: rgb(90,204,221); }
div.DivClassName
{
background-color: #5ACCDD;
}
.BgClassName
{
background-color: #5ACCDD;
}
</style>
border-color css
<style>
span { border-color: #5ACCDD; }
span { border-color: rgb(90,204,221); }
td.TdClassName
{
border-color: #5ACCDD;
}
.TagClassName
{
border-color: #5ACCDD;
}
</style>