Shades of Turquoise Blue #5BE6DD
Tints of Turquoise Blue #5BE6DD
RGB
CMYK
RGB Variations
Color information
#5BE6DD (or 0x5BE6DD) is known color: Turquoise Blue. HEX triplet: 5B, E6 and DD. RGB value is (91,230,221). Sum of RGB (Red+Green+Blue) = 91+230+221=542 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.79% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE6DD is #A41922. Grayscale: #BBBBBB. Windows color (decimal): -10754339 or 14542427. OLE color: 14542427.
HSL color Cylindrical-coordinate representation of color #5BE6DD: hue angle of 176.12º degrees, saturation: 0.74, 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 #5BE6DD is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 221 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.10 |
| HSL | 176.12º | 0.74% | 0.63% | - |
| HSV(B) | 176.12º | 0.6% | 0.9% | - |
| XYZ | 45.66 | 64.04 | 78.36 | - |
| YUV | 187.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 221 | 0.60 | 0 | 0.04 | 0.10 | 176.12 | 0.74 | 0.63 |
| Hex | 5B | E6 | DD | 3C | 0 | 4 | A | B0 | 4A | 3F |
| Octal | 133 | 346 | 335 | 74 | 0 | 4 | 12 | 260 | 112 | 77 |
| Binary | 1011011 | 11100110 | 11011101 | 111100 | 0 | 100 | 1010 | 10110000 | 1001010 | 111111 |
Color Harmonies of #5BE6DD
Complementary color
Monochromatic Colors of #5BE6DD
Black with #5BE6DD
Text Example
Text Example
White with #5BE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6DD; }
p { color: rgb(91,230,221); }
H1.HeaderClassName
{
color: #5BE6DD;
}
.AnyTagClassName
{
color: #5BE6DD;
}
</style>
background-color css
<style>
a { background-color: #5BE6DD; }
a { background-color: rgb(91,230,221); }
div.DivClassName
{
background-color: #5BE6DD;
}
.BgClassName
{
background-color: #5BE6DD;
}
</style>
border-color css
<style>
span { border-color: #5BE6DD; }
span { border-color: rgb(91,230,221); }
td.TdClassName
{
border-color: #5BE6DD;
}
.TagClassName
{
border-color: #5BE6DD;
}
</style>