Shades of Turquoise Blue #5BDBFF
Tints of Turquoise Blue #5BDBFF
RGB
CMYK
RGB Variations
Color information
#5BDBFF (or 0x5BDBFF) is known color: Turquoise Blue. HEX triplet: 5B, DB and FF. RGB value is (91,219,255). Sum of RGB (Red+Green+Blue) = 91+219+255=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDBFF is #A42400. Grayscale: #B8B8B8. Windows color (decimal): -10757121 or 16767835. OLE color: 16767835.
HSL color Cylindrical-coordinate representation of color #5BDBFF: hue angle of 193.17º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BDBFF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 219 | 255 | - |
| CMYK | 0.64 | 0.14 | 0 | 0 |
| HSL | 193.17º | 1% | 0.68% | - |
| HSV(B) | 193.17º | 0.64% | 1% | - |
| XYZ | 47.7 | 60.11 | 103.7 | - |
| YUV | 184.83 | 167.59 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 255 | 0.64 | 0.14 | 0 | 0 | 193.17 | 1 | 0.68 |
| Hex | 5B | DB | FF | 40 | E | 0 | 0 | C1 | 64 | 44 |
| Octal | 133 | 333 | 377 | 100 | 16 | 0 | 0 | 301 | 144 | 104 |
| Binary | 1011011 | 11011011 | 11111111 | 1000000 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000100 |
Color Harmonies of #5BDBFF
Complementary color
Monochromatic Colors of #5BDBFF
Black with #5BDBFF
Text Example
Text Example
White with #5BDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBFF; }
p { color: rgb(91,219,255); }
H1.HeaderClassName
{
color: #5BDBFF;
}
.AnyTagClassName
{
color: #5BDBFF;
}
</style>
background-color css
<style>
a { background-color: #5BDBFF; }
a { background-color: rgb(91,219,255); }
div.DivClassName
{
background-color: #5BDBFF;
}
.BgClassName
{
background-color: #5BDBFF;
}
</style>
border-color css
<style>
span { border-color: #5BDBFF; }
span { border-color: rgb(91,219,255); }
td.TdClassName
{
border-color: #5BDBFF;
}
.TagClassName
{
border-color: #5BDBFF;
}
</style>