Shades of Turquoise #5BEFDB
Tints of Turquoise #5BEFDB
RGB
CMYK
RGB Variations
Color information
#5BEFDB (or 0x5BEFDB) is known color: Turquoise. HEX triplet: 5B, EF and DB. RGB value is (91,239,219). Sum of RGB (Red+Green+Blue) = 91+239+219=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFDB is #A41024. Grayscale: #C0C0C0. Windows color (decimal): -10752037 or 14413659. OLE color: 14413659.
HSL color Cylindrical-coordinate representation of color #5BEFDB: hue angle of 171.89º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFDB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 219 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.06 |
| HSL | 171.89º | 0.82% | 0.65% | - |
| HSV(B) | 171.89º | 0.62% | 0.94% | - |
| XYZ | 47.97 | 69.07 | 77.82 | - |
| YUV | 192.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 219 | 0.62 | 0 | 0.08 | 0.06 | 171.89 | 0.82 | 0.65 |
| Hex | 5B | EF | DB | 3E | 0 | 8 | 6 | AC | 52 | 41 |
| Octal | 133 | 357 | 333 | 76 | 0 | 10 | 6 | 254 | 122 | 101 |
| Binary | 1011011 | 11101111 | 11011011 | 111110 | 0 | 1000 | 110 | 10101100 | 1010010 | 1000001 |
Color Harmonies of #5BEFDB
Complementary color
Monochromatic Colors of #5BEFDB
Black with #5BEFDB
Text Example
Text Example
White with #5BEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFDB; }
p { color: rgb(91,239,219); }
H1.HeaderClassName
{
color: #5BEFDB;
}
.AnyTagClassName
{
color: #5BEFDB;
}
</style>
background-color css
<style>
a { background-color: #5BEFDB; }
a { background-color: rgb(91,239,219); }
div.DivClassName
{
background-color: #5BEFDB;
}
.BgClassName
{
background-color: #5BEFDB;
}
</style>
border-color css
<style>
span { border-color: #5BEFDB; }
span { border-color: rgb(91,239,219); }
td.TdClassName
{
border-color: #5BEFDB;
}
.TagClassName
{
border-color: #5BEFDB;
}
</style>