Shades of Turquoise #37FBC5
Tints of Turquoise #37FBC5
RGB
CMYK
RGB Variations
Color information
#37FBC5 (or 0x37FBC5) is known color: Turquoise. HEX triplet: 37, FB and C5. RGB value is (55,251,197). Sum of RGB (Red+Green+Blue) = 55+251+197=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #37FBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FBC5 is #C8043A. Grayscale: #BABABA. Windows color (decimal): -13108283 or 12974903. OLE color: 12974903.
HSL color Cylindrical-coordinate representation of color #37FBC5: hue angle of 163.47º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FBC5 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 197 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.02 |
| HSL | 163.47º | 0.96% | 0.6% | - |
| HSV(B) | 163.47º | 0.78% | 0.98% | - |
| XYZ | 46.15 | 73.84 | 64.64 | - |
| YUV | 186.24 | 134.07 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 197 | 0.78 | 0 | 0.22 | 0.02 | 163.47 | 0.96 | 0.6 |
| Hex | 37 | FB | C5 | 4E | 0 | 16 | 2 | A3 | 60 | 3C |
| Octal | 67 | 373 | 305 | 116 | 0 | 26 | 2 | 243 | 140 | 74 |
| Binary | 110111 | 11111011 | 11000101 | 1001110 | 0 | 10110 | 10 | 10100011 | 1100000 | 111100 |
Color Harmonies of #37FBC5
Complementary color
Monochromatic Colors of #37FBC5
Black with #37FBC5
Text Example
Text Example
White with #37FBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FBC5; }
p { color: rgb(55,251,197); }
H1.HeaderClassName
{
color: #37FBC5;
}
.AnyTagClassName
{
color: #37FBC5;
}
</style>
background-color css
<style>
a { background-color: #37FBC5; }
a { background-color: rgb(55,251,197); }
div.DivClassName
{
background-color: #37FBC5;
}
.BgClassName
{
background-color: #37FBC5;
}
</style>
border-color css
<style>
span { border-color: #37FBC5; }
span { border-color: rgb(55,251,197); }
td.TdClassName
{
border-color: #37FBC5;
}
.TagClassName
{
border-color: #37FBC5;
}
</style>