Shades of Turquoise Blue #5ACBE5
Tints of Turquoise Blue #5ACBE5
RGB
CMYK
RGB Variations
Color information
#5ACBE5 (or 0x5ACBE5) is known color: Turquoise Blue. HEX triplet: 5A, CB and E5. RGB value is (90,203,229). Sum of RGB (Red+Green+Blue) = 90+203+229=522 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.24% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #5ACBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBE5 is #A5341A. Grayscale: #ABABAB. Windows color (decimal): -10826779 or 15059802. OLE color: 15059802.
HSL color Cylindrical-coordinate representation of color #5ACBE5: hue angle of 191.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ACBE5 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 203 | 229 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.10 |
| HSL | 191.22º | 0.73% | 0.63% | - |
| HSV(B) | 191.22º | 0.61% | 0.9% | - |
| XYZ | 39.72 | 50.54 | 81.79 | - |
| YUV | 172.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 229 | 0.61 | 0.11 | 0 | 0.10 | 191.22 | 0.73 | 0.63 |
| Hex | 5A | CB | E5 | 3D | B | 0 | A | BF | 49 | 3F |
| Octal | 132 | 313 | 345 | 75 | 13 | 0 | 12 | 277 | 111 | 77 |
| Binary | 1011010 | 11001011 | 11100101 | 111101 | 1011 | 0 | 1010 | 10111111 | 1001001 | 111111 |
Color Harmonies of #5ACBE5
Complementary color
Monochromatic Colors of #5ACBE5
Black with #5ACBE5
Text Example
Text Example
White with #5ACBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBE5; }
p { color: rgb(90,203,229); }
H1.HeaderClassName
{
color: #5ACBE5;
}
.AnyTagClassName
{
color: #5ACBE5;
}
</style>
background-color css
<style>
a { background-color: #5ACBE5; }
a { background-color: rgb(90,203,229); }
div.DivClassName
{
background-color: #5ACBE5;
}
.BgClassName
{
background-color: #5ACBE5;
}
</style>
border-color css
<style>
span { border-color: #5ACBE5; }
span { border-color: rgb(90,203,229); }
td.TdClassName
{
border-color: #5ACBE5;
}
.TagClassName
{
border-color: #5ACBE5;
}
</style>