Shades of Turquoise Blue #5ACFF5
Tints of Turquoise Blue #5ACFF5
RGB
CMYK
RGB Variations
Color information
#5ACFF5 (or 0x5ACFF5) is known color: Turquoise Blue. HEX triplet: 5A, CF and F5. RGB value is (90,207,245). Sum of RGB (Red+Green+Blue) = 90+207+245=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #5ACFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFF5 is #A5300A. Grayscale: #B0B0B0. Windows color (decimal): -10825739 or 16109402. OLE color: 16109402.
HSL color Cylindrical-coordinate representation of color #5ACFF5: hue angle of 194.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ACFF5 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 207 | 245 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.04 |
| HSL | 194.71º | 0.89% | 0.66% | - |
| HSV(B) | 194.71º | 0.63% | 0.96% | - |
| XYZ | 43.01 | 53.39 | 94.42 | - |
| YUV | 176.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 245 | 0.63 | 0.16 | 0 | 0.04 | 194.71 | 0.89 | 0.66 |
| Hex | 5A | CF | F5 | 3F | 10 | 0 | 4 | C3 | 59 | 42 |
| Octal | 132 | 317 | 365 | 77 | 20 | 0 | 4 | 303 | 131 | 102 |
| Binary | 1011010 | 11001111 | 11110101 | 111111 | 10000 | 0 | 100 | 11000011 | 1011001 | 1000010 |
Color Harmonies of #5ACFF5
Complementary color
Monochromatic Colors of #5ACFF5
Black with #5ACFF5
Text Example
Text Example
White with #5ACFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFF5; }
p { color: rgb(90,207,245); }
H1.HeaderClassName
{
color: #5ACFF5;
}
.AnyTagClassName
{
color: #5ACFF5;
}
</style>
background-color css
<style>
a { background-color: #5ACFF5; }
a { background-color: rgb(90,207,245); }
div.DivClassName
{
background-color: #5ACFF5;
}
.BgClassName
{
background-color: #5ACFF5;
}
</style>
border-color css
<style>
span { border-color: #5ACFF5; }
span { border-color: rgb(90,207,245); }
td.TdClassName
{
border-color: #5ACFF5;
}
.TagClassName
{
border-color: #5ACFF5;
}
</style>