Shades of Turquoise Blue #5BD1ED
Tints of Turquoise Blue #5BD1ED
RGB
CMYK
RGB Variations
Color information
#5BD1ED (or 0x5BD1ED) is known color: Turquoise Blue. HEX triplet: 5B, D1 and ED. RGB value is (91,209,237). Sum of RGB (Red+Green+Blue) = 91+209+237=537 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.95% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BD1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD1ED is #A42E12. Grayscale: #B0B0B0. Windows color (decimal): -10759699 or 15585627. OLE color: 15585627.
HSL color Cylindrical-coordinate representation of color #5BD1ED: hue angle of 191.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD1ED is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 209 | 237 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.07 |
| HSL | 191.51º | 0.8% | 0.64% | - |
| HSV(B) | 191.51º | 0.62% | 0.93% | - |
| XYZ | 42.4 | 53.94 | 88.3 | - |
| YUV | 176.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 209 | 237 | 0.62 | 0.12 | 0 | 0.07 | 191.51 | 0.8 | 0.64 |
| Hex | 5B | D1 | ED | 3E | C | 0 | 7 | C0 | 50 | 40 |
| Octal | 133 | 321 | 355 | 76 | 14 | 0 | 7 | 300 | 120 | 100 |
| Binary | 1011011 | 11010001 | 11101101 | 111110 | 1100 | 0 | 111 | 11000000 | 1010000 | 1000000 |
Color Harmonies of #5BD1ED
Complementary color
Monochromatic Colors of #5BD1ED
Black with #5BD1ED
Text Example
Text Example
White with #5BD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD1ED; }
p { color: rgb(91,209,237); }
H1.HeaderClassName
{
color: #5BD1ED;
}
.AnyTagClassName
{
color: #5BD1ED;
}
</style>
background-color css
<style>
a { background-color: #5BD1ED; }
a { background-color: rgb(91,209,237); }
div.DivClassName
{
background-color: #5BD1ED;
}
.BgClassName
{
background-color: #5BD1ED;
}
</style>
border-color css
<style>
span { border-color: #5BD1ED; }
span { border-color: rgb(91,209,237); }
td.TdClassName
{
border-color: #5BD1ED;
}
.TagClassName
{
border-color: #5BD1ED;
}
</style>