Shades of Turquoise #37F4CB
Tints of Turquoise #37F4CB
RGB
CMYK
RGB Variations
Color information
#37F4CB (or 0x37F4CB) is known color: Turquoise. HEX triplet: 37, F4 and CB. RGB value is (55,244,203). Sum of RGB (Red+Green+Blue) = 55+244+203=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #37F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F4CB is #C80B34. Grayscale: #B6B6B6. Windows color (decimal): -13110069 or 13366327. OLE color: 13366327.
HSL color Cylindrical-coordinate representation of color #37F4CB: hue angle of 166.98º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F4CB is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 203 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.04 |
| HSL | 166.98º | 0.9% | 0.59% | - |
| HSV(B) | 166.98º | 0.77% | 0.96% | - |
| XYZ | 44.71 | 69.83 | 67.62 | - |
| YUV | 182.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 203 | 0.77 | 0 | 0.17 | 0.04 | 166.98 | 0.9 | 0.59 |
| Hex | 37 | F4 | CB | 4D | 0 | 11 | 4 | A7 | 5A | 3B |
| Octal | 67 | 364 | 313 | 115 | 0 | 21 | 4 | 247 | 132 | 73 |
| Binary | 110111 | 11110100 | 11001011 | 1001101 | 0 | 10001 | 100 | 10100111 | 1011010 | 111011 |
Color Harmonies of #37F4CB
Complementary color
Monochromatic Colors of #37F4CB
Black with #37F4CB
Text Example
Text Example
White with #37F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F4CB; }
p { color: rgb(55,244,203); }
H1.HeaderClassName
{
color: #37F4CB;
}
.AnyTagClassName
{
color: #37F4CB;
}
</style>
background-color css
<style>
a { background-color: #37F4CB; }
a { background-color: rgb(55,244,203); }
div.DivClassName
{
background-color: #37F4CB;
}
.BgClassName
{
background-color: #37F4CB;
}
</style>
border-color css
<style>
span { border-color: #37F4CB; }
span { border-color: rgb(55,244,203); }
td.TdClassName
{
border-color: #37F4CB;
}
.TagClassName
{
border-color: #37F4CB;
}
</style>