Shades of Turquoise #37F2D7
Tints of Turquoise #37F2D7
RGB
CMYK
RGB Variations
Color information
#37F2D7 (or 0x37F2D7) is known color: Turquoise. HEX triplet: 37, F2 and D7. RGB value is (55,242,215). Sum of RGB (Red+Green+Blue) = 55+242+215=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2D7 is #C80D28. Grayscale: #B6B6B6. Windows color (decimal): -13110569 or 14152247. OLE color: 14152247.
HSL color Cylindrical-coordinate representation of color #37F2D7: hue angle of 171.34º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F2D7 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 215 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.05 |
| HSL | 171.34º | 0.88% | 0.58% | - |
| HSV(B) | 171.34º | 0.77% | 0.95% | - |
| XYZ | 45.59 | 69.22 | 75.25 | - |
| YUV | 183.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 215 | 0.77 | 0 | 0.11 | 0.05 | 171.34 | 0.88 | 0.58 |
| Hex | 37 | F2 | D7 | 4D | 0 | B | 5 | AB | 58 | 3A |
| Octal | 67 | 362 | 327 | 115 | 0 | 13 | 5 | 253 | 130 | 72 |
| Binary | 110111 | 11110010 | 11010111 | 1001101 | 0 | 1011 | 101 | 10101011 | 1011000 | 111010 |
Color Harmonies of #37F2D7
Complementary color
Monochromatic Colors of #37F2D7
Black with #37F2D7
Text Example
Text Example
White with #37F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2D7; }
p { color: rgb(55,242,215); }
H1.HeaderClassName
{
color: #37F2D7;
}
.AnyTagClassName
{
color: #37F2D7;
}
</style>
background-color css
<style>
a { background-color: #37F2D7; }
a { background-color: rgb(55,242,215); }
div.DivClassName
{
background-color: #37F2D7;
}
.BgClassName
{
background-color: #37F2D7;
}
</style>
border-color css
<style>
span { border-color: #37F2D7; }
span { border-color: rgb(55,242,215); }
td.TdClassName
{
border-color: #37F2D7;
}
.TagClassName
{
border-color: #37F2D7;
}
</style>