Shades of Turquoise Blue #5BDCE1
Tints of Turquoise Blue #5BDCE1
RGB
CMYK
RGB Variations
Color information
#5BDCE1 (or 0x5BDCE1) is known color: Turquoise Blue. HEX triplet: 5B, DC and E1. RGB value is (91,220,225). Sum of RGB (Red+Green+Blue) = 91+220+225=536 (70% of max value = 765). Red value is 91 (35.94% from 255 or 16.98% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BDCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCE1 is #A4231E. Grayscale: #B5B5B5. Windows color (decimal): -10756895 or 14802011. OLE color: 14802011.
HSL color Cylindrical-coordinate representation of color #5BDCE1: hue angle of 182.24º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BDCE1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 220 | 225 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.12 |
| HSL | 182.24º | 0.69% | 0.62% | - |
| HSV(B) | 182.24º | 0.6% | 0.88% | - |
| XYZ | 43.5 | 58.85 | 80.3 | - |
| YUV | 182 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 225 | 0.60 | 0.02 | 0 | 0.12 | 182.24 | 0.69 | 0.62 |
| Hex | 5B | DC | E1 | 3C | 2 | 0 | C | B6 | 45 | 3E |
| Octal | 133 | 334 | 341 | 74 | 2 | 0 | 14 | 266 | 105 | 76 |
| Binary | 1011011 | 11011100 | 11100001 | 111100 | 10 | 0 | 1100 | 10110110 | 1000101 | 111110 |
Color Harmonies of #5BDCE1
Complementary color
Monochromatic Colors of #5BDCE1
Black with #5BDCE1
Text Example
Text Example
White with #5BDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCE1; }
p { color: rgb(91,220,225); }
H1.HeaderClassName
{
color: #5BDCE1;
}
.AnyTagClassName
{
color: #5BDCE1;
}
</style>
background-color css
<style>
a { background-color: #5BDCE1; }
a { background-color: rgb(91,220,225); }
div.DivClassName
{
background-color: #5BDCE1;
}
.BgClassName
{
background-color: #5BDCE1;
}
</style>
border-color css
<style>
span { border-color: #5BDCE1; }
span { border-color: rgb(91,220,225); }
td.TdClassName
{
border-color: #5BDCE1;
}
.TagClassName
{
border-color: #5BDCE1;
}
</style>