Shades of Turquoise Blue #5BDFEB
Tints of Turquoise Blue #5BDFEB
RGB
CMYK
RGB Variations
Color information
#5BDFEB (or 0x5BDFEB) is known color: Turquoise Blue. HEX triplet: 5B, DF and EB. RGB value is (91,223,235). Sum of RGB (Red+Green+Blue) = 91+223+235=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDFEB is #A42014. Grayscale: #B8B8B8. Windows color (decimal): -10756117 or 15458139. OLE color: 15458139.
HSL color Cylindrical-coordinate representation of color #5BDFEB: hue angle of 185º 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 #5BDFEB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 223 | 235 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.08 |
| HSL | 185º | 0.78% | 0.64% | - |
| HSV(B) | 185º | 0.61% | 0.92% | - |
| XYZ | 45.7 | 61 | 87.96 | - |
| YUV | 184.9 | 156.27 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 235 | 0.61 | 0.05 | 0 | 0.08 | 185 | 0.78 | 0.64 |
| Hex | 5B | DF | EB | 3D | 5 | 0 | 8 | B9 | 4E | 40 |
| Octal | 133 | 337 | 353 | 75 | 5 | 0 | 10 | 271 | 116 | 100 |
| Binary | 1011011 | 11011111 | 11101011 | 111101 | 101 | 0 | 1000 | 10111001 | 1001110 | 1000000 |
Color Harmonies of #5BDFEB
Complementary color
Monochromatic Colors of #5BDFEB
Black with #5BDFEB
Text Example
Text Example
White with #5BDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDFEB; }
p { color: rgb(91,223,235); }
H1.HeaderClassName
{
color: #5BDFEB;
}
.AnyTagClassName
{
color: #5BDFEB;
}
</style>
background-color css
<style>
a { background-color: #5BDFEB; }
a { background-color: rgb(91,223,235); }
div.DivClassName
{
background-color: #5BDFEB;
}
.BgClassName
{
background-color: #5BDFEB;
}
</style>
border-color css
<style>
span { border-color: #5BDFEB; }
span { border-color: rgb(91,223,235); }
td.TdClassName
{
border-color: #5BDFEB;
}
.TagClassName
{
border-color: #5BDFEB;
}
</style>