Shades of Turquoise #37E1BF
Tints of Turquoise #37E1BF
RGB
CMYK
RGB Variations
Color information
#37E1BF (or 0x37E1BF) is known color: Turquoise. HEX triplet: 37, E1 and BF. RGB value is (55,225,191). Sum of RGB (Red+Green+Blue) = 55+225+191=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #37E1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E1BF is #C81E40. Grayscale: #AAAAAA. Windows color (decimal): -13114945 or 12575031. OLE color: 12575031.
HSL color Cylindrical-coordinate representation of color #37E1BF: hue angle of 168º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E1BF is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 225 | 191 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.12 |
| HSL | 168º | 0.74% | 0.55% | - |
| HSV(B) | 168º | 0.76% | 0.88% | - |
| XYZ | 37.9 | 58.42 | 58.57 | - |
| YUV | 170.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 225 | 191 | 0.76 | 0 | 0.15 | 0.12 | 168 | 0.74 | 0.55 |
| Hex | 37 | E1 | BF | 4C | 0 | F | C | A8 | 4A | 37 |
| Octal | 67 | 341 | 277 | 114 | 0 | 17 | 14 | 250 | 112 | 67 |
| Binary | 110111 | 11100001 | 10111111 | 1001100 | 0 | 1111 | 1100 | 10101000 | 1001010 | 110111 |
Color Harmonies of #37E1BF
Complementary color
Monochromatic Colors of #37E1BF
Black with #37E1BF
Text Example
Text Example
White with #37E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E1BF; }
p { color: rgb(55,225,191); }
H1.HeaderClassName
{
color: #37E1BF;
}
.AnyTagClassName
{
color: #37E1BF;
}
</style>
background-color css
<style>
a { background-color: #37E1BF; }
a { background-color: rgb(55,225,191); }
div.DivClassName
{
background-color: #37E1BF;
}
.BgClassName
{
background-color: #37E1BF;
}
</style>
border-color css
<style>
span { border-color: #37E1BF; }
span { border-color: rgb(55,225,191); }
td.TdClassName
{
border-color: #37E1BF;
}
.TagClassName
{
border-color: #37E1BF;
}
</style>