Shades of Turquoise #37F1CB
Tints of Turquoise #37F1CB
RGB
CMYK
RGB Variations
Color information
#37F1CB (or 0x37F1CB) is known color: Turquoise. HEX triplet: 37, F1 and CB. RGB value is (55,241,203). Sum of RGB (Red+Green+Blue) = 55+241+203=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1CB is #C80E34. Grayscale: #B5B5B5. Windows color (decimal): -13110837 or 13365559. OLE color: 13365559.
HSL color Cylindrical-coordinate representation of color #37F1CB: hue angle of 167.74º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F1CB is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 203 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.05 |
| HSL | 167.74º | 0.87% | 0.58% | - |
| HSV(B) | 167.74º | 0.77% | 0.95% | - |
| XYZ | 43.81 | 68.03 | 67.32 | - |
| YUV | 181.05 | 140.38 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 203 | 0.77 | 0 | 0.16 | 0.05 | 167.74 | 0.87 | 0.58 |
| Hex | 37 | F1 | CB | 4D | 0 | 10 | 5 | A8 | 57 | 3A |
| Octal | 67 | 361 | 313 | 115 | 0 | 20 | 5 | 250 | 127 | 72 |
| Binary | 110111 | 11110001 | 11001011 | 1001101 | 0 | 10000 | 101 | 10101000 | 1010111 | 111010 |
Color Harmonies of #37F1CB
Complementary color
Monochromatic Colors of #37F1CB
Black with #37F1CB
Text Example
Text Example
White with #37F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F1CB; }
p { color: rgb(55,241,203); }
H1.HeaderClassName
{
color: #37F1CB;
}
.AnyTagClassName
{
color: #37F1CB;
}
</style>
background-color css
<style>
a { background-color: #37F1CB; }
a { background-color: rgb(55,241,203); }
div.DivClassName
{
background-color: #37F1CB;
}
.BgClassName
{
background-color: #37F1CB;
}
</style>
border-color css
<style>
span { border-color: #37F1CB; }
span { border-color: rgb(55,241,203); }
td.TdClassName
{
border-color: #37F1CB;
}
.TagClassName
{
border-color: #37F1CB;
}
</style>