Shades of Turquoise Blue #5BE6DE
Tints of Turquoise Blue #5BE6DE
RGB
CMYK
RGB Variations
Color information
#5BE6DE (or 0x5BE6DE) is known color: Turquoise Blue. HEX triplet: 5B, E6 and DE. RGB value is (91,230,222). Sum of RGB (Red+Green+Blue) = 91+230+222=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BE6DE is #A41921. Grayscale: #BBBBBB. Windows color (decimal): -10754338 or 14607963. OLE color: 14607963.
HSL color Cylindrical-coordinate representation of color #5BE6DE: hue angle of 176.55º 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 #5BE6DE is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 222 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.10 |
| HSL | 176.55º | 0.74% | 0.63% | - |
| HSV(B) | 176.55º | 0.6% | 0.9% | - |
| XYZ | 45.8 | 64.09 | 79.06 | - |
| YUV | 187.53 | 147.45 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 222 | 0.60 | 0 | 0.03 | 0.10 | 176.55 | 0.74 | 0.63 |
| Hex | 5B | E6 | DE | 3C | 0 | 3 | A | B1 | 4A | 3F |
| Octal | 133 | 346 | 336 | 74 | 0 | 3 | 12 | 261 | 112 | 77 |
| Binary | 1011011 | 11100110 | 11011110 | 111100 | 0 | 11 | 1010 | 10110001 | 1001010 | 111111 |
Color Harmonies of #5BE6DE
Complementary color
Monochromatic Colors of #5BE6DE
Black with #5BE6DE
Text Example
Text Example
White with #5BE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6DE; }
p { color: rgb(91,230,222); }
H1.HeaderClassName
{
color: #5BE6DE;
}
.AnyTagClassName
{
color: #5BE6DE;
}
</style>
background-color css
<style>
a { background-color: #5BE6DE; }
a { background-color: rgb(91,230,222); }
div.DivClassName
{
background-color: #5BE6DE;
}
.BgClassName
{
background-color: #5BE6DE;
}
</style>
border-color css
<style>
span { border-color: #5BE6DE; }
span { border-color: rgb(91,230,222); }
td.TdClassName
{
border-color: #5BE6DE;
}
.TagClassName
{
border-color: #5BE6DE;
}
</style>