Shades of Turquoise #37F2F1
Tints of Turquoise #37F2F1
RGB
CMYK
RGB Variations
Color information
#37F2F1 (or 0x37F2F1) is known color: Turquoise. HEX triplet: 37, F2 and F1. RGB value is (55,242,241). Sum of RGB (Red+Green+Blue) = 55+242+241=538 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.22% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F2F1 is #C80D0E. Grayscale: #B9B9B9. Windows color (decimal): -13110543 or 15856183. OLE color: 15856183.
HSL color Cylindrical-coordinate representation of color #37F2F1: hue angle of 179.68º 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 #37F2F1 is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 241 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.05 |
| HSL | 179.68º | 0.88% | 0.58% | - |
| HSV(B) | 179.68º | 0.77% | 0.95% | - |
| XYZ | 49.2 | 70.67 | 94.27 | - |
| YUV | 185.97 | 159.05 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 241 | 0.77 | 0 | 0.00 | 0.05 | 179.68 | 0.88 | 0.58 |
| Hex | 37 | F2 | F1 | 4D | 0 | 0 | 5 | B4 | 58 | 3A |
| Octal | 67 | 362 | 361 | 115 | 0 | 0 | 5 | 264 | 130 | 72 |
| Binary | 110111 | 11110010 | 11110001 | 1001101 | 0 | 0 | 101 | 10110100 | 1011000 | 111010 |
Color Harmonies of #37F2F1
Complementary color
Monochromatic Colors of #37F2F1
Black with #37F2F1
Text Example
Text Example
White with #37F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2F1; }
p { color: rgb(55,242,241); }
H1.HeaderClassName
{
color: #37F2F1;
}
.AnyTagClassName
{
color: #37F2F1;
}
</style>
background-color css
<style>
a { background-color: #37F2F1; }
a { background-color: rgb(55,242,241); }
div.DivClassName
{
background-color: #37F2F1;
}
.BgClassName
{
background-color: #37F2F1;
}
</style>
border-color css
<style>
span { border-color: #37F2F1; }
span { border-color: rgb(55,242,241); }
td.TdClassName
{
border-color: #37F2F1;
}
.TagClassName
{
border-color: #37F2F1;
}
</style>