Shades of Turquoise Blue #5BCAE5
Tints of Turquoise Blue #5BCAE5
RGB
CMYK
RGB Variations
Color information
#5BCAE5 (or 0x5BCAE5) is known color: Turquoise Blue. HEX triplet: 5B, CA and E5. RGB value is (91,202,229). Sum of RGB (Red+Green+Blue) = 91+202+229=522 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.43% from 522); Green value is 202 (79.30% from 255 or 38.70% 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 #5BCAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAE5 is #A4351A. Grayscale: #ABABAB. Windows color (decimal): -10761499 or 15059547. OLE color: 15059547.
HSL color Cylindrical-coordinate representation of color #5BCAE5: hue angle of 191.74º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCAE5 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 202 | 229 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.10 |
| HSL | 191.74º | 0.73% | 0.63% | - |
| HSV(B) | 191.74º | 0.6% | 0.9% | - |
| XYZ | 39.58 | 50.12 | 81.72 | - |
| YUV | 171.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 229 | 0.60 | 0.12 | 0 | 0.10 | 191.74 | 0.73 | 0.63 |
| Hex | 5B | CA | E5 | 3C | C | 0 | A | C0 | 49 | 3F |
| Octal | 133 | 312 | 345 | 74 | 14 | 0 | 12 | 300 | 111 | 77 |
| Binary | 1011011 | 11001010 | 11100101 | 111100 | 1100 | 0 | 1010 | 11000000 | 1001001 | 111111 |
Color Harmonies of #5BCAE5
Complementary color
Monochromatic Colors of #5BCAE5
Black with #5BCAE5
Text Example
Text Example
White with #5BCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAE5; }
p { color: rgb(91,202,229); }
H1.HeaderClassName
{
color: #5BCAE5;
}
.AnyTagClassName
{
color: #5BCAE5;
}
</style>
background-color css
<style>
a { background-color: #5BCAE5; }
a { background-color: rgb(91,202,229); }
div.DivClassName
{
background-color: #5BCAE5;
}
.BgClassName
{
background-color: #5BCAE5;
}
</style>
border-color css
<style>
span { border-color: #5BCAE5; }
span { border-color: rgb(91,202,229); }
td.TdClassName
{
border-color: #5BCAE5;
}
.TagClassName
{
border-color: #5BCAE5;
}
</style>