Shades of Turquoise Blue #5BD2EB
Tints of Turquoise Blue #5BD2EB
RGB
CMYK
RGB Variations
Color information
#5BD2EB (or 0x5BD2EB) is known color: Turquoise Blue. HEX triplet: 5B, D2 and EB. RGB value is (91,210,235). Sum of RGB (Red+Green+Blue) = 91+210+235=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BD2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD2EB is #A42D14. Grayscale: #B1B1B1. Windows color (decimal): -10759445 or 15454811. OLE color: 15454811.
HSL color Cylindrical-coordinate representation of color #5BD2EB: hue angle of 190.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BD2EB is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 210 | 235 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.08 |
| HSL | 190.42º | 0.78% | 0.64% | - |
| HSV(B) | 190.42º | 0.61% | 0.92% | - |
| XYZ | 42.36 | 54.32 | 86.85 | - |
| YUV | 177.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 235 | 0.61 | 0.11 | 0 | 0.08 | 190.42 | 0.78 | 0.64 |
| Hex | 5B | D2 | EB | 3D | B | 0 | 8 | BE | 4E | 40 |
| Octal | 133 | 322 | 353 | 75 | 13 | 0 | 10 | 276 | 116 | 100 |
| Binary | 1011011 | 11010010 | 11101011 | 111101 | 1011 | 0 | 1000 | 10111110 | 1001110 | 1000000 |
Color Harmonies of #5BD2EB
Complementary color
Monochromatic Colors of #5BD2EB
Black with #5BD2EB
Text Example
Text Example
White with #5BD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2EB; }
p { color: rgb(91,210,235); }
H1.HeaderClassName
{
color: #5BD2EB;
}
.AnyTagClassName
{
color: #5BD2EB;
}
</style>
background-color css
<style>
a { background-color: #5BD2EB; }
a { background-color: rgb(91,210,235); }
div.DivClassName
{
background-color: #5BD2EB;
}
.BgClassName
{
background-color: #5BD2EB;
}
</style>
border-color css
<style>
span { border-color: #5BD2EB; }
span { border-color: rgb(91,210,235); }
td.TdClassName
{
border-color: #5BD2EB;
}
.TagClassName
{
border-color: #5BD2EB;
}
</style>