Shades of Turquoise #37FCC5
Tints of Turquoise #37FCC5
RGB
CMYK
RGB Variations
Color information
#37FCC5 (or 0x37FCC5) is known color: Turquoise. HEX triplet: 37, FC and C5. RGB value is (55,252,197). Sum of RGB (Red+Green+Blue) = 55+252+197=504 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.91% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCC5 is #C8033A. Grayscale: #BABABA. Windows color (decimal): -13108027 or 12975159. OLE color: 12975159.
HSL color Cylindrical-coordinate representation of color #37FCC5: hue angle of 163.25º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCC5 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 197 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.01 |
| HSL | 163.25º | 0.97% | 0.6% | - |
| HSV(B) | 163.25º | 0.78% | 0.99% | - |
| XYZ | 46.46 | 74.46 | 64.75 | - |
| YUV | 186.83 | 133.73 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 197 | 0.78 | 0 | 0.22 | 0.01 | 163.25 | 0.97 | 0.6 |
| Hex | 37 | FC | C5 | 4E | 0 | 16 | 1 | A3 | 61 | 3C |
| Octal | 67 | 374 | 305 | 116 | 0 | 26 | 1 | 243 | 141 | 74 |
| Binary | 110111 | 11111100 | 11000101 | 1001110 | 0 | 10110 | 1 | 10100011 | 1100001 | 111100 |
Color Harmonies of #37FCC5
Complementary color
Monochromatic Colors of #37FCC5
Black with #37FCC5
Text Example
Text Example
White with #37FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCC5; }
p { color: rgb(55,252,197); }
H1.HeaderClassName
{
color: #37FCC5;
}
.AnyTagClassName
{
color: #37FCC5;
}
</style>
background-color css
<style>
a { background-color: #37FCC5; }
a { background-color: rgb(55,252,197); }
div.DivClassName
{
background-color: #37FCC5;
}
.BgClassName
{
background-color: #37FCC5;
}
</style>
border-color css
<style>
span { border-color: #37FCC5; }
span { border-color: rgb(55,252,197); }
td.TdClassName
{
border-color: #37FCC5;
}
.TagClassName
{
border-color: #37FCC5;
}
</style>