Shades of Turquoise #37FED9
Tints of Turquoise #37FED9
RGB
CMYK
RGB Variations
Color information
#37FED9 (or 0x37FED9) is known color: Turquoise. HEX triplet: 37, FE and D9. RGB value is (55,254,217). Sum of RGB (Red+Green+Blue) = 55+254+217=526 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.46% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #37FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FED9 is #C80126. Grayscale: #BEBEBE. Windows color (decimal): -13107495 or 14286391. OLE color: 14286391.
HSL color Cylindrical-coordinate representation of color #37FED9: hue angle of 168.84º 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 #37FED9 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 217 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.00 |
| HSL | 168.84º | 0.99% | 0.61% | - |
| HSV(B) | 168.84º | 0.78% | 1% | - |
| XYZ | 49.54 | 76.71 | 77.84 | - |
| YUV | 190.28 | 143.07 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 217 | 0.78 | 0 | 0.15 | 0.00 | 168.84 | 0.99 | 0.61 |
| Hex | 37 | FE | D9 | 4E | 0 | F | 0 | A9 | 63 | 3D |
| Octal | 67 | 376 | 331 | 116 | 0 | 17 | 0 | 251 | 143 | 75 |
| Binary | 110111 | 11111110 | 11011001 | 1001110 | 0 | 1111 | 0 | 10101001 | 1100011 | 111101 |
Color Harmonies of #37FED9
Complementary color
Monochromatic Colors of #37FED9
Black with #37FED9
Text Example
Text Example
White with #37FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FED9; }
p { color: rgb(55,254,217); }
H1.HeaderClassName
{
color: #37FED9;
}
.AnyTagClassName
{
color: #37FED9;
}
</style>
background-color css
<style>
a { background-color: #37FED9; }
a { background-color: rgb(55,254,217); }
div.DivClassName
{
background-color: #37FED9;
}
.BgClassName
{
background-color: #37FED9;
}
</style>
border-color css
<style>
span { border-color: #37FED9; }
span { border-color: rgb(55,254,217); }
td.TdClassName
{
border-color: #37FED9;
}
.TagClassName
{
border-color: #37FED9;
}
</style>