Shades of Turquoise Blue #5ACFE0
Tints of Turquoise Blue #5ACFE0
RGB
CMYK
RGB Variations
Color information
#5ACFE0 (or 0x5ACFE0) is known color: Turquoise Blue. HEX triplet: 5A, CF and E0. RGB value is (90,207,224). Sum of RGB (Red+Green+Blue) = 90+207+224=521 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.27% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #5ACFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFE0 is #A5301F. Grayscale: #ADADAD. Windows color (decimal): -10825760 or 14733146. OLE color: 14733146.
HSL color Cylindrical-coordinate representation of color #5ACFE0: hue angle of 187.61º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ACFE0 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 207 | 224 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.12 |
| HSL | 187.61º | 0.68% | 0.62% | - |
| HSV(B) | 187.61º | 0.6% | 0.88% | - |
| XYZ | 39.98 | 52.18 | 78.49 | - |
| YUV | 173.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 224 | 0.60 | 0.08 | 0 | 0.12 | 187.61 | 0.68 | 0.62 |
| Hex | 5A | CF | E0 | 3C | 8 | 0 | C | BC | 44 | 3E |
| Octal | 132 | 317 | 340 | 74 | 10 | 0 | 14 | 274 | 104 | 76 |
| Binary | 1011010 | 11001111 | 11100000 | 111100 | 1000 | 0 | 1100 | 10111100 | 1000100 | 111110 |
Color Harmonies of #5ACFE0
Complementary color
Monochromatic Colors of #5ACFE0
Black with #5ACFE0
Text Example
Text Example
White with #5ACFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFE0; }
p { color: rgb(90,207,224); }
H1.HeaderClassName
{
color: #5ACFE0;
}
.AnyTagClassName
{
color: #5ACFE0;
}
</style>
background-color css
<style>
a { background-color: #5ACFE0; }
a { background-color: rgb(90,207,224); }
div.DivClassName
{
background-color: #5ACFE0;
}
.BgClassName
{
background-color: #5ACFE0;
}
</style>
border-color css
<style>
span { border-color: #5ACFE0; }
span { border-color: rgb(90,207,224); }
td.TdClassName
{
border-color: #5ACFE0;
}
.TagClassName
{
border-color: #5ACFE0;
}
</style>