Shades of Turquoise Blue #5BDCEC
Tints of Turquoise Blue #5BDCEC
RGB
CMYK
RGB Variations
Color information
#5BDCEC (or 0x5BDCEC) is known color: Turquoise Blue. HEX triplet: 5B, DC and EC. RGB value is (91,220,236). Sum of RGB (Red+Green+Blue) = 91+220+236=547 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.64% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDCEC is #A42313. Grayscale: #B7B7B7. Windows color (decimal): -10756884 or 15522907. OLE color: 15522907.
HSL color Cylindrical-coordinate representation of color #5BDCEC: hue angle of 186.62º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BDCEC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 220 | 236 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.07 |
| HSL | 186.62º | 0.79% | 0.64% | - |
| HSV(B) | 186.62º | 0.61% | 0.93% | - |
| XYZ | 45.05 | 59.47 | 88.46 | - |
| YUV | 183.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 236 | 0.61 | 0.07 | 0 | 0.07 | 186.62 | 0.79 | 0.64 |
| Hex | 5B | DC | EC | 3D | 7 | 0 | 7 | BB | 4F | 40 |
| Octal | 133 | 334 | 354 | 75 | 7 | 0 | 7 | 273 | 117 | 100 |
| Binary | 1011011 | 11011100 | 11101100 | 111101 | 111 | 0 | 111 | 10111011 | 1001111 | 1000000 |
Color Harmonies of #5BDCEC
Complementary color
Monochromatic Colors of #5BDCEC
Black with #5BDCEC
Text Example
Text Example
White with #5BDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCEC; }
p { color: rgb(91,220,236); }
H1.HeaderClassName
{
color: #5BDCEC;
}
.AnyTagClassName
{
color: #5BDCEC;
}
</style>
background-color css
<style>
a { background-color: #5BDCEC; }
a { background-color: rgb(91,220,236); }
div.DivClassName
{
background-color: #5BDCEC;
}
.BgClassName
{
background-color: #5BDCEC;
}
</style>
border-color css
<style>
span { border-color: #5BDCEC; }
span { border-color: rgb(91,220,236); }
td.TdClassName
{
border-color: #5BDCEC;
}
.TagClassName
{
border-color: #5BDCEC;
}
</style>