Shades of Turquoise Blue #5ACFEC
Tints of Turquoise Blue #5ACFEC
RGB
CMYK
RGB Variations
Color information
#5ACFEC (or 0x5ACFEC) is known color: Turquoise Blue. HEX triplet: 5A, CF and EC. RGB value is (90,207,236). Sum of RGB (Red+Green+Blue) = 90+207+236=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ACFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFEC is #A53013. Grayscale: #AFAFAF. Windows color (decimal): -10825748 or 15519578. OLE color: 15519578.
HSL color Cylindrical-coordinate representation of color #5ACFEC: hue angle of 191.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ACFEC is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 207 | 236 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.07 |
| HSL | 191.92º | 0.79% | 0.64% | - |
| HSV(B) | 191.92º | 0.62% | 0.93% | - |
| XYZ | 41.67 | 52.86 | 87.36 | - |
| YUV | 175.32 | 162.24 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 236 | 0.62 | 0.12 | 0 | 0.07 | 191.92 | 0.79 | 0.64 |
| Hex | 5A | CF | EC | 3E | C | 0 | 7 | C0 | 4F | 40 |
| Octal | 132 | 317 | 354 | 76 | 14 | 0 | 7 | 300 | 117 | 100 |
| Binary | 1011010 | 11001111 | 11101100 | 111110 | 1100 | 0 | 111 | 11000000 | 1001111 | 1000000 |
Color Harmonies of #5ACFEC
Complementary color
Monochromatic Colors of #5ACFEC
Black with #5ACFEC
Text Example
Text Example
White with #5ACFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFEC; }
p { color: rgb(90,207,236); }
H1.HeaderClassName
{
color: #5ACFEC;
}
.AnyTagClassName
{
color: #5ACFEC;
}
</style>
background-color css
<style>
a { background-color: #5ACFEC; }
a { background-color: rgb(90,207,236); }
div.DivClassName
{
background-color: #5ACFEC;
}
.BgClassName
{
background-color: #5ACFEC;
}
</style>
border-color css
<style>
span { border-color: #5ACFEC; }
span { border-color: rgb(90,207,236); }
td.TdClassName
{
border-color: #5ACFEC;
}
.TagClassName
{
border-color: #5ACFEC;
}
</style>