Shades of Turquoise Blue #5ACCDF
Tints of Turquoise Blue #5ACCDF
RGB
CMYK
RGB Variations
Color information
#5ACCDF (or 0x5ACCDF) is known color: Turquoise Blue. HEX triplet: 5A, CC and DF. RGB value is (90,204,223). Sum of RGB (Red+Green+Blue) = 90+204+223=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ACCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCDF is #A53320. Grayscale: #ABABAB. Windows color (decimal): -10826529 or 14666842. OLE color: 14666842.
HSL color Cylindrical-coordinate representation of color #5ACCDF: hue angle of 188.57º 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 #5ACCDF is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 204 | 223 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.13 |
| HSL | 188.57º | 0.68% | 0.61% | - |
| HSV(B) | 188.57º | 0.6% | 0.87% | - |
| XYZ | 39.13 | 50.69 | 77.53 | - |
| YUV | 172.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 223 | 0.60 | 0.09 | 0 | 0.13 | 188.57 | 0.68 | 0.61 |
| Hex | 5A | CC | DF | 3C | 9 | 0 | D | BD | 44 | 3D |
| Octal | 132 | 314 | 337 | 74 | 11 | 0 | 15 | 275 | 104 | 75 |
| Binary | 1011010 | 11001100 | 11011111 | 111100 | 1001 | 0 | 1101 | 10111101 | 1000100 | 111101 |
Color Harmonies of #5ACCDF
Complementary color
Monochromatic Colors of #5ACCDF
Black with #5ACCDF
Text Example
Text Example
White with #5ACCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCDF; }
p { color: rgb(90,204,223); }
H1.HeaderClassName
{
color: #5ACCDF;
}
.AnyTagClassName
{
color: #5ACCDF;
}
</style>
background-color css
<style>
a { background-color: #5ACCDF; }
a { background-color: rgb(90,204,223); }
div.DivClassName
{
background-color: #5ACCDF;
}
.BgClassName
{
background-color: #5ACCDF;
}
</style>
border-color css
<style>
span { border-color: #5ACCDF; }
span { border-color: rgb(90,204,223); }
td.TdClassName
{
border-color: #5ACCDF;
}
.TagClassName
{
border-color: #5ACCDF;
}
</style>