Shades of Turquoise Blue #5ACFDC
Tints of Turquoise Blue #5ACFDC
RGB
CMYK
RGB Variations
Color information
#5ACFDC (or 0x5ACFDC) is known color: Turquoise Blue. HEX triplet: 5A, CF and DC. RGB value is (90,207,220). Sum of RGB (Red+Green+Blue) = 90+207+220=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ACFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFDC is #A53023. Grayscale: #ADADAD. Windows color (decimal): -10825764 or 14471002. OLE color: 14471002.
HSL color Cylindrical-coordinate representation of color #5ACFDC: hue angle of 186º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACFDC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 207 | 220 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.14 |
| HSL | 186º | 0.65% | 0.61% | - |
| HSV(B) | 186º | 0.59% | 0.86% | - |
| XYZ | 39.45 | 51.97 | 75.66 | - |
| YUV | 173.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 220 | 0.59 | 0.06 | 0 | 0.14 | 186 | 0.65 | 0.61 |
| Hex | 5A | CF | DC | 3B | 6 | 0 | E | BA | 41 | 3D |
| Octal | 132 | 317 | 334 | 73 | 6 | 0 | 16 | 272 | 101 | 75 |
| Binary | 1011010 | 11001111 | 11011100 | 111011 | 110 | 0 | 1110 | 10111010 | 1000001 | 111101 |
Color Harmonies of #5ACFDC
Complementary color
Monochromatic Colors of #5ACFDC
Black with #5ACFDC
Text Example
Text Example
White with #5ACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFDC; }
p { color: rgb(90,207,220); }
H1.HeaderClassName
{
color: #5ACFDC;
}
.AnyTagClassName
{
color: #5ACFDC;
}
</style>
background-color css
<style>
a { background-color: #5ACFDC; }
a { background-color: rgb(90,207,220); }
div.DivClassName
{
background-color: #5ACFDC;
}
.BgClassName
{
background-color: #5ACFDC;
}
</style>
border-color css
<style>
span { border-color: #5ACFDC; }
span { border-color: rgb(90,207,220); }
td.TdClassName
{
border-color: #5ACFDC;
}
.TagClassName
{
border-color: #5ACFDC;
}
</style>