Shades of Turquoise Blue #5ACCDA
Tints of Turquoise Blue #5ACCDA
RGB
CMYK
RGB Variations
Color information
#5ACCDA (or 0x5ACCDA) is known color: Turquoise Blue. HEX triplet: 5A, CC and DA. RGB value is (90,204,218). Sum of RGB (Red+Green+Blue) = 90+204+218=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #5ACCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCDA is #A53325. Grayscale: #ABABAB. Windows color (decimal): -10826534 or 14339162. OLE color: 14339162.
HSL color Cylindrical-coordinate representation of color #5ACCDA: hue angle of 186.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACCDA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 204 | 218 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.15 |
| HSL | 186.56º | 0.63% | 0.6% | - |
| HSV(B) | 186.56º | 0.59% | 0.85% | - |
| XYZ | 38.46 | 50.42 | 74.03 | - |
| YUV | 171.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 218 | 0.59 | 0.06 | 0 | 0.15 | 186.56 | 0.63 | 0.6 |
| Hex | 5A | CC | DA | 3B | 6 | 0 | F | BB | 3F | 3C |
| Octal | 132 | 314 | 332 | 73 | 6 | 0 | 17 | 273 | 77 | 74 |
| Binary | 1011010 | 11001100 | 11011010 | 111011 | 110 | 0 | 1111 | 10111011 | 111111 | 111100 |
Color Harmonies of #5ACCDA
Complementary color
Monochromatic Colors of #5ACCDA
Black with #5ACCDA
Text Example
Text Example
White with #5ACCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCDA; }
p { color: rgb(90,204,218); }
H1.HeaderClassName
{
color: #5ACCDA;
}
.AnyTagClassName
{
color: #5ACCDA;
}
</style>
background-color css
<style>
a { background-color: #5ACCDA; }
a { background-color: rgb(90,204,218); }
div.DivClassName
{
background-color: #5ACCDA;
}
.BgClassName
{
background-color: #5ACCDA;
}
</style>
border-color css
<style>
span { border-color: #5ACCDA; }
span { border-color: rgb(90,204,218); }
td.TdClassName
{
border-color: #5ACCDA;
}
.TagClassName
{
border-color: #5ACCDA;
}
</style>