Shades of Turquoise Blue #5BCAE0
Tints of Turquoise Blue #5BCAE0
RGB
CMYK
RGB Variations
Color information
#5BCAE0 (or 0x5BCAE0) is known color: Turquoise Blue. HEX triplet: 5B, CA and E0. RGB value is (91,202,224). Sum of RGB (Red+Green+Blue) = 91+202+224=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BCAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCAE0 is #A4351F. Grayscale: #ABABAB. Windows color (decimal): -10761504 or 14731867. OLE color: 14731867.
HSL color Cylindrical-coordinate representation of color #5BCAE0: hue angle of 189.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCAE0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 202 | 224 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.12 |
| HSL | 189.92º | 0.68% | 0.62% | - |
| HSV(B) | 189.92º | 0.59% | 0.88% | - |
| XYZ | 38.89 | 49.85 | 78.09 | - |
| YUV | 171.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 224 | 0.59 | 0.10 | 0 | 0.12 | 189.92 | 0.68 | 0.62 |
| Hex | 5B | CA | E0 | 3B | A | 0 | C | BE | 44 | 3E |
| Octal | 133 | 312 | 340 | 73 | 12 | 0 | 14 | 276 | 104 | 76 |
| Binary | 1011011 | 11001010 | 11100000 | 111011 | 1010 | 0 | 1100 | 10111110 | 1000100 | 111110 |
Color Harmonies of #5BCAE0
Complementary color
Monochromatic Colors of #5BCAE0
Black with #5BCAE0
Text Example
Text Example
White with #5BCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCAE0; }
p { color: rgb(91,202,224); }
H1.HeaderClassName
{
color: #5BCAE0;
}
.AnyTagClassName
{
color: #5BCAE0;
}
</style>
background-color css
<style>
a { background-color: #5BCAE0; }
a { background-color: rgb(91,202,224); }
div.DivClassName
{
background-color: #5BCAE0;
}
.BgClassName
{
background-color: #5BCAE0;
}
</style>
border-color css
<style>
span { border-color: #5BCAE0; }
span { border-color: rgb(91,202,224); }
td.TdClassName
{
border-color: #5BCAE0;
}
.TagClassName
{
border-color: #5BCAE0;
}
</style>