Shades of Turquoise #5BF2DC
Tints of Turquoise #5BF2DC
RGB
CMYK
RGB Variations
Color information
#5BF2DC (or 0x5BF2DC) is known color: Turquoise. HEX triplet: 5B, F2 and DC. RGB value is (91,242,220). Sum of RGB (Red+Green+Blue) = 91+242+220=553 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.46% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF2DC is #A40D23. Grayscale: #C2C2C2. Windows color (decimal): -10751268 or 14479963. OLE color: 14479963.
HSL color Cylindrical-coordinate representation of color #5BF2DC: hue angle of 171.26º 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 #5BF2DC is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 220 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.05 |
| HSL | 171.26º | 0.85% | 0.65% | - |
| HSV(B) | 171.26º | 0.62% | 0.95% | - |
| XYZ | 48.98 | 70.9 | 78.81 | - |
| YUV | 194.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 220 | 0.62 | 0 | 0.09 | 0.05 | 171.26 | 0.85 | 0.65 |
| Hex | 5B | F2 | DC | 3E | 0 | 9 | 5 | AB | 55 | 41 |
| Octal | 133 | 362 | 334 | 76 | 0 | 11 | 5 | 253 | 125 | 101 |
| Binary | 1011011 | 11110010 | 11011100 | 111110 | 0 | 1001 | 101 | 10101011 | 1010101 | 1000001 |
Color Harmonies of #5BF2DC
Complementary color
Monochromatic Colors of #5BF2DC
Black with #5BF2DC
Text Example
Text Example
White with #5BF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2DC; }
p { color: rgb(91,242,220); }
H1.HeaderClassName
{
color: #5BF2DC;
}
.AnyTagClassName
{
color: #5BF2DC;
}
</style>
background-color css
<style>
a { background-color: #5BF2DC; }
a { background-color: rgb(91,242,220); }
div.DivClassName
{
background-color: #5BF2DC;
}
.BgClassName
{
background-color: #5BF2DC;
}
</style>
border-color css
<style>
span { border-color: #5BF2DC; }
span { border-color: rgb(91,242,220); }
td.TdClassName
{
border-color: #5BF2DC;
}
.TagClassName
{
border-color: #5BF2DC;
}
</style>