Shades of Turquoise #37FEDF
Tints of Turquoise #37FEDF
RGB
CMYK
RGB Variations
Color information
#37FEDF (or 0x37FEDF) is known color: Turquoise. HEX triplet: 37, FE and DF. RGB value is (55,254,223). Sum of RGB (Red+Green+Blue) = 55+254+223=532 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.34% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FEDF is #C80120. Grayscale: #BEBEBE. Windows color (decimal): -13107489 or 14679607. OLE color: 14679607.
HSL color Cylindrical-coordinate representation of color #37FEDF: hue angle of 170.65º 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 #37FEDF is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 223 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.00 |
| HSL | 170.65º | 0.99% | 0.61% | - |
| HSV(B) | 170.65º | 0.78% | 1% | - |
| XYZ | 50.34 | 77.02 | 82.03 | - |
| YUV | 190.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 223 | 0.78 | 0 | 0.12 | 0.00 | 170.65 | 0.99 | 0.61 |
| Hex | 37 | FE | DF | 4E | 0 | C | 0 | AB | 63 | 3D |
| Octal | 67 | 376 | 337 | 116 | 0 | 14 | 0 | 253 | 143 | 75 |
| Binary | 110111 | 11111110 | 11011111 | 1001110 | 0 | 1100 | 0 | 10101011 | 1100011 | 111101 |
Color Harmonies of #37FEDF
Complementary color
Monochromatic Colors of #37FEDF
Black with #37FEDF
Text Example
Text Example
White with #37FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEDF; }
p { color: rgb(55,254,223); }
H1.HeaderClassName
{
color: #37FEDF;
}
.AnyTagClassName
{
color: #37FEDF;
}
</style>
background-color css
<style>
a { background-color: #37FEDF; }
a { background-color: rgb(55,254,223); }
div.DivClassName
{
background-color: #37FEDF;
}
.BgClassName
{
background-color: #37FEDF;
}
</style>
border-color css
<style>
span { border-color: #37FEDF; }
span { border-color: rgb(55,254,223); }
td.TdClassName
{
border-color: #37FEDF;
}
.TagClassName
{
border-color: #37FEDF;
}
</style>