Shades of Turquoise #37FECF
Tints of Turquoise #37FECF
RGB
CMYK
RGB Variations
Color information
#37FECF (or 0x37FECF) is known color: Turquoise. HEX triplet: 37, FE and CF. RGB value is (55,254,207). Sum of RGB (Red+Green+Blue) = 55+254+207=516 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.66% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #37FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FECF is #C80130. Grayscale: #BDBDBD. Windows color (decimal): -13107505 or 13631031. OLE color: 13631031.
HSL color Cylindrical-coordinate representation of color #37FECF: hue angle of 165.83º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FECF is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 207 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.00 |
| HSL | 165.83º | 0.99% | 0.61% | - |
| HSV(B) | 165.83º | 0.78% | 1% | - |
| XYZ | 48.28 | 76.2 | 71.2 | - |
| YUV | 189.14 | 138.07 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 207 | 0.78 | 0 | 0.19 | 0.00 | 165.83 | 0.99 | 0.61 |
| Hex | 37 | FE | CF | 4E | 0 | 13 | 0 | A6 | 63 | 3D |
| Octal | 67 | 376 | 317 | 116 | 0 | 23 | 0 | 246 | 143 | 75 |
| Binary | 110111 | 11111110 | 11001111 | 1001110 | 0 | 10011 | 0 | 10100110 | 1100011 | 111101 |
Color Harmonies of #37FECF
Complementary color
Monochromatic Colors of #37FECF
Black with #37FECF
Text Example
Text Example
White with #37FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FECF; }
p { color: rgb(55,254,207); }
H1.HeaderClassName
{
color: #37FECF;
}
.AnyTagClassName
{
color: #37FECF;
}
</style>
background-color css
<style>
a { background-color: #37FECF; }
a { background-color: rgb(55,254,207); }
div.DivClassName
{
background-color: #37FECF;
}
.BgClassName
{
background-color: #37FECF;
}
</style>
border-color css
<style>
span { border-color: #37FECF; }
span { border-color: rgb(55,254,207); }
td.TdClassName
{
border-color: #37FECF;
}
.TagClassName
{
border-color: #37FECF;
}
</style>