Shades of Turquoise Blue #5BD5E4
Tints of Turquoise Blue #5BD5E4
RGB
CMYK
RGB Variations
Color information
#5BD5E4 (or 0x5BD5E4) is known color: Turquoise Blue. HEX triplet: 5B, D5 and E4. RGB value is (91,213,228). Sum of RGB (Red+Green+Blue) = 91+213+228=532 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.11% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #5BD5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD5E4 is #A42A1B. Grayscale: #B2B2B2. Windows color (decimal): -10758684 or 14996827. OLE color: 14996827.
HSL color Cylindrical-coordinate representation of color #5BD5E4: hue angle of 186.57º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BD5E4 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 213 | 228 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.11 |
| HSL | 186.57º | 0.72% | 0.63% | - |
| HSV(B) | 186.57º | 0.6% | 0.89% | - |
| XYZ | 42.11 | 55.41 | 81.88 | - |
| YUV | 178.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 213 | 228 | 0.60 | 0.07 | 0 | 0.11 | 186.57 | 0.72 | 0.63 |
| Hex | 5B | D5 | E4 | 3C | 7 | 0 | B | BB | 48 | 3F |
| Octal | 133 | 325 | 344 | 74 | 7 | 0 | 13 | 273 | 110 | 77 |
| Binary | 1011011 | 11010101 | 11100100 | 111100 | 111 | 0 | 1011 | 10111011 | 1001000 | 111111 |
Color Harmonies of #5BD5E4
Complementary color
Monochromatic Colors of #5BD5E4
Black with #5BD5E4
Text Example
Text Example
White with #5BD5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD5E4; }
p { color: rgb(91,213,228); }
H1.HeaderClassName
{
color: #5BD5E4;
}
.AnyTagClassName
{
color: #5BD5E4;
}
</style>
background-color css
<style>
a { background-color: #5BD5E4; }
a { background-color: rgb(91,213,228); }
div.DivClassName
{
background-color: #5BD5E4;
}
.BgClassName
{
background-color: #5BD5E4;
}
</style>
border-color css
<style>
span { border-color: #5BD5E4; }
span { border-color: rgb(91,213,228); }
td.TdClassName
{
border-color: #5BD5E4;
}
.TagClassName
{
border-color: #5BD5E4;
}
</style>