Shades of Turquoise #37FCF1
Tints of Turquoise #37FCF1
RGB
CMYK
RGB Variations
Color information
#37FCF1 (or 0x37FCF1) is known color: Turquoise. HEX triplet: 37, FC and F1. RGB value is (55,252,241). Sum of RGB (Red+Green+Blue) = 55+252+241=548 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.04% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FCF1 is #C8030E. Grayscale: #BFBFBF. Windows color (decimal): -13107983 or 15858743. OLE color: 15858743.
HSL color Cylindrical-coordinate representation of color #37FCF1: hue angle of 176.65º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCF1 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 241 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.01 |
| HSL | 176.65º | 0.97% | 0.6% | - |
| HSV(B) | 176.65º | 0.78% | 0.99% | - |
| XYZ | 52.26 | 76.78 | 95.29 | - |
| YUV | 191.84 | 155.73 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 241 | 0.78 | 0 | 0.04 | 0.01 | 176.65 | 0.97 | 0.6 |
| Hex | 37 | FC | F1 | 4E | 0 | 4 | 1 | B1 | 61 | 3C |
| Octal | 67 | 374 | 361 | 116 | 0 | 4 | 1 | 261 | 141 | 74 |
| Binary | 110111 | 11111100 | 11110001 | 1001110 | 0 | 100 | 1 | 10110001 | 1100001 | 111100 |
Color Harmonies of #37FCF1
Complementary color
Monochromatic Colors of #37FCF1
Black with #37FCF1
Text Example
Text Example
White with #37FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCF1; }
p { color: rgb(55,252,241); }
H1.HeaderClassName
{
color: #37FCF1;
}
.AnyTagClassName
{
color: #37FCF1;
}
</style>
background-color css
<style>
a { background-color: #37FCF1; }
a { background-color: rgb(55,252,241); }
div.DivClassName
{
background-color: #37FCF1;
}
.BgClassName
{
background-color: #37FCF1;
}
</style>
border-color css
<style>
span { border-color: #37FCF1; }
span { border-color: rgb(55,252,241); }
td.TdClassName
{
border-color: #37FCF1;
}
.TagClassName
{
border-color: #37FCF1;
}
</style>