Shades of Turquoise #37F2DF
Tints of Turquoise #37F2DF
RGB
CMYK
RGB Variations
Color information
#37F2DF (or 0x37F2DF) is known color: Turquoise. HEX triplet: 37, F2 and DF. RGB value is (55,242,223). Sum of RGB (Red+Green+Blue) = 55+242+223=520 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.58% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #37F2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F2DF is #C80D20. Grayscale: #B7B7B7. Windows color (decimal): -13110561 or 14676535. OLE color: 14676535.
HSL color Cylindrical-coordinate representation of color #37F2DF: hue angle of 173.9º 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 #37F2DF is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 223 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.05 |
| HSL | 173.9º | 0.88% | 0.58% | - |
| HSV(B) | 173.9º | 0.77% | 0.95% | - |
| XYZ | 46.65 | 69.64 | 80.8 | - |
| YUV | 183.92 | 150.05 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 223 | 0.77 | 0 | 0.08 | 0.05 | 173.9 | 0.88 | 0.58 |
| Hex | 37 | F2 | DF | 4D | 0 | 8 | 5 | AE | 58 | 3A |
| Octal | 67 | 362 | 337 | 115 | 0 | 10 | 5 | 256 | 130 | 72 |
| Binary | 110111 | 11110010 | 11011111 | 1001101 | 0 | 1000 | 101 | 10101110 | 1011000 | 111010 |
Color Harmonies of #37F2DF
Complementary color
Monochromatic Colors of #37F2DF
Black with #37F2DF
Text Example
Text Example
White with #37F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2DF; }
p { color: rgb(55,242,223); }
H1.HeaderClassName
{
color: #37F2DF;
}
.AnyTagClassName
{
color: #37F2DF;
}
</style>
background-color css
<style>
a { background-color: #37F2DF; }
a { background-color: rgb(55,242,223); }
div.DivClassName
{
background-color: #37F2DF;
}
.BgClassName
{
background-color: #37F2DF;
}
</style>
border-color css
<style>
span { border-color: #37F2DF; }
span { border-color: rgb(55,242,223); }
td.TdClassName
{
border-color: #37F2DF;
}
.TagClassName
{
border-color: #37F2DF;
}
</style>