Shades of Turquoise #37FEDB
Tints of Turquoise #37FEDB
RGB
CMYK
RGB Variations
Color information
#37FEDB (or 0x37FEDB) is known color: Turquoise. HEX triplet: 37, FE and DB. RGB value is (55,254,219). Sum of RGB (Red+Green+Blue) = 55+254+219=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEDB is #C80124. Grayscale: #BEBEBE. Windows color (decimal): -13107493 or 14417463. OLE color: 14417463.
HSL color Cylindrical-coordinate representation of color #37FEDB: hue angle of 169.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEDB is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 219 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.00 |
| HSL | 169.45º | 0.99% | 0.61% | - |
| HSV(B) | 169.45º | 0.78% | 1% | - |
| XYZ | 49.8 | 76.81 | 79.22 | - |
| YUV | 190.51 | 144.07 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 219 | 0.78 | 0 | 0.14 | 0.00 | 169.45 | 0.99 | 0.61 |
| Hex | 37 | FE | DB | 4E | 0 | E | 0 | A9 | 63 | 3D |
| Octal | 67 | 376 | 333 | 116 | 0 | 16 | 0 | 251 | 143 | 75 |
| Binary | 110111 | 11111110 | 11011011 | 1001110 | 0 | 1110 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #37FEDB
Complementary color
Monochromatic Colors of #37FEDB
Black with #37FEDB
Text Example
Text Example
White with #37FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEDB; }
p { color: rgb(55,254,219); }
H1.HeaderClassName
{
color: #37FEDB;
}
.AnyTagClassName
{
color: #37FEDB;
}
</style>
background-color css
<style>
a { background-color: #37FEDB; }
a { background-color: rgb(55,254,219); }
div.DivClassName
{
background-color: #37FEDB;
}
.BgClassName
{
background-color: #37FEDB;
}
</style>
border-color css
<style>
span { border-color: #37FEDB; }
span { border-color: rgb(55,254,219); }
td.TdClassName
{
border-color: #37FEDB;
}
.TagClassName
{
border-color: #37FEDB;
}
</style>