Shades of Turquoise #37F7DF
Tints of Turquoise #37F7DF
RGB
CMYK
RGB Variations
Color information
#37F7DF (or 0x37F7DF) is known color: Turquoise. HEX triplet: 37, F7 and DF. RGB value is (55,247,223). Sum of RGB (Red+Green+Blue) = 55+247+223=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #37F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F7DF is #C80820. Grayscale: #BABABA. Windows color (decimal): -13109281 or 14677815. OLE color: 14677815.
HSL color Cylindrical-coordinate representation of color #37F7DF: hue angle of 172.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F7DF is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 247 | 223 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.03 |
| HSL | 172.5º | 0.92% | 0.59% | - |
| HSV(B) | 172.5º | 0.78% | 0.97% | - |
| XYZ | 48.16 | 72.66 | 81.3 | - |
| YUV | 186.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 247 | 223 | 0.78 | 0 | 0.10 | 0.03 | 172.5 | 0.92 | 0.59 |
| Hex | 37 | F7 | DF | 4E | 0 | A | 3 | AC | 5C | 3B |
| Octal | 67 | 367 | 337 | 116 | 0 | 12 | 3 | 254 | 134 | 73 |
| Binary | 110111 | 11110111 | 11011111 | 1001110 | 0 | 1010 | 11 | 10101100 | 1011100 | 111011 |
Color Harmonies of #37F7DF
Complementary color
Monochromatic Colors of #37F7DF
Black with #37F7DF
Text Example
Text Example
White with #37F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F7DF; }
p { color: rgb(55,247,223); }
H1.HeaderClassName
{
color: #37F7DF;
}
.AnyTagClassName
{
color: #37F7DF;
}
</style>
background-color css
<style>
a { background-color: #37F7DF; }
a { background-color: rgb(55,247,223); }
div.DivClassName
{
background-color: #37F7DF;
}
.BgClassName
{
background-color: #37F7DF;
}
</style>
border-color css
<style>
span { border-color: #37F7DF; }
span { border-color: rgb(55,247,223); }
td.TdClassName
{
border-color: #37F7DF;
}
.TagClassName
{
border-color: #37F7DF;
}
</style>