Shades of Turquoise #5BF2DB
Tints of Turquoise #5BF2DB
RGB
CMYK
RGB Variations
Color information
#5BF2DB (or 0x5BF2DB) is known color: Turquoise. HEX triplet: 5B, F2 and DB. RGB value is (91,242,219). Sum of RGB (Red+Green+Blue) = 91+242+219=552 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.49% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF2DB is #A40D24. Grayscale: #C2C2C2. Windows color (decimal): -10751269 or 14414427. OLE color: 14414427.
HSL color Cylindrical-coordinate representation of color #5BF2DB: hue angle of 170.86º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF2DB is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 219 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.05 |
| HSL | 170.86º | 0.85% | 0.65% | - |
| HSV(B) | 170.86º | 0.62% | 0.95% | - |
| XYZ | 48.85 | 70.84 | 78.12 | - |
| YUV | 194.23 | 141.97 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 219 | 0.62 | 0 | 0.10 | 0.05 | 170.86 | 0.85 | 0.65 |
| Hex | 5B | F2 | DB | 3E | 0 | A | 5 | AB | 55 | 41 |
| Octal | 133 | 362 | 333 | 76 | 0 | 12 | 5 | 253 | 125 | 101 |
| Binary | 1011011 | 11110010 | 11011011 | 111110 | 0 | 1010 | 101 | 10101011 | 1010101 | 1000001 |
Color Harmonies of #5BF2DB
Complementary color
Monochromatic Colors of #5BF2DB
Black with #5BF2DB
Text Example
Text Example
White with #5BF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2DB; }
p { color: rgb(91,242,219); }
H1.HeaderClassName
{
color: #5BF2DB;
}
.AnyTagClassName
{
color: #5BF2DB;
}
</style>
background-color css
<style>
a { background-color: #5BF2DB; }
a { background-color: rgb(91,242,219); }
div.DivClassName
{
background-color: #5BF2DB;
}
.BgClassName
{
background-color: #5BF2DB;
}
</style>
border-color css
<style>
span { border-color: #5BF2DB; }
span { border-color: rgb(91,242,219); }
td.TdClassName
{
border-color: #5BF2DB;
}
.TagClassName
{
border-color: #5BF2DB;
}
</style>