Shades of Turquoise Blue #5BDBE5
Tints of Turquoise Blue #5BDBE5
RGB
CMYK
RGB Variations
Color information
#5BDBE5 (or 0x5BDBE5) is known color: Turquoise Blue. HEX triplet: 5B, DB and E5. RGB value is (91,219,229). Sum of RGB (Red+Green+Blue) = 91+219+229=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #5BDBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDBE5 is #A4241A. Grayscale: #B5B5B5. Windows color (decimal): -10757147 or 15063899. OLE color: 15063899.
HSL color Cylindrical-coordinate representation of color #5BDBE5: hue angle of 184.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BDBE5 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 219 | 229 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.10 |
| HSL | 184.35º | 0.73% | 0.63% | - |
| HSV(B) | 184.35º | 0.6% | 0.9% | - |
| XYZ | 43.79 | 58.54 | 83.12 | - |
| YUV | 181.87 | 154.59 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 229 | 0.60 | 0.04 | 0 | 0.10 | 184.35 | 0.73 | 0.63 |
| Hex | 5B | DB | E5 | 3C | 4 | 0 | A | B8 | 49 | 3F |
| Octal | 133 | 333 | 345 | 74 | 4 | 0 | 12 | 270 | 111 | 77 |
| Binary | 1011011 | 11011011 | 11100101 | 111100 | 100 | 0 | 1010 | 10111000 | 1001001 | 111111 |
Color Harmonies of #5BDBE5
Complementary color
Monochromatic Colors of #5BDBE5
Black with #5BDBE5
Text Example
Text Example
White with #5BDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDBE5; }
p { color: rgb(91,219,229); }
H1.HeaderClassName
{
color: #5BDBE5;
}
.AnyTagClassName
{
color: #5BDBE5;
}
</style>
background-color css
<style>
a { background-color: #5BDBE5; }
a { background-color: rgb(91,219,229); }
div.DivClassName
{
background-color: #5BDBE5;
}
.BgClassName
{
background-color: #5BDBE5;
}
</style>
border-color css
<style>
span { border-color: #5BDBE5; }
span { border-color: rgb(91,219,229); }
td.TdClassName
{
border-color: #5BDBE5;
}
.TagClassName
{
border-color: #5BDBE5;
}
</style>