Shades of Turquoise Blue #5BDDEC
Tints of Turquoise Blue #5BDDEC
RGB
CMYK
RGB Variations
Color information
#5BDDEC (or 0x5BDDEC) is known color: Turquoise Blue. HEX triplet: 5B, DD and EC. RGB value is (91,221,236). Sum of RGB (Red+Green+Blue) = 91+221+236=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDDEC is #A42213. Grayscale: #B7B7B7. Windows color (decimal): -10756628 or 15523163. OLE color: 15523163.
HSL color Cylindrical-coordinate representation of color #5BDDEC: hue angle of 186.21º 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 #5BDDEC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 221 | 236 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.07 |
| HSL | 186.21º | 0.79% | 0.64% | - |
| HSV(B) | 186.21º | 0.61% | 0.93% | - |
| XYZ | 45.31 | 59.99 | 88.55 | - |
| YUV | 183.84 | 157.43 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 236 | 0.61 | 0.06 | 0 | 0.07 | 186.21 | 0.79 | 0.64 |
| Hex | 5B | DD | EC | 3D | 6 | 0 | 7 | BA | 4F | 40 |
| Octal | 133 | 335 | 354 | 75 | 6 | 0 | 7 | 272 | 117 | 100 |
| Binary | 1011011 | 11011101 | 11101100 | 111101 | 110 | 0 | 111 | 10111010 | 1001111 | 1000000 |
Color Harmonies of #5BDDEC
Complementary color
Monochromatic Colors of #5BDDEC
Black with #5BDDEC
Text Example
Text Example
White with #5BDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDEC; }
p { color: rgb(91,221,236); }
H1.HeaderClassName
{
color: #5BDDEC;
}
.AnyTagClassName
{
color: #5BDDEC;
}
</style>
background-color css
<style>
a { background-color: #5BDDEC; }
a { background-color: rgb(91,221,236); }
div.DivClassName
{
background-color: #5BDDEC;
}
.BgClassName
{
background-color: #5BDDEC;
}
</style>
border-color css
<style>
span { border-color: #5BDDEC; }
span { border-color: rgb(91,221,236); }
td.TdClassName
{
border-color: #5BDDEC;
}
.TagClassName
{
border-color: #5BDDEC;
}
</style>