Shades of Turquoise #37FFCD
Tints of Turquoise #37FFCD
RGB
CMYK
RGB Variations
Color information
#37FFCD (or 0x37FFCD) is known color: Turquoise. HEX triplet: 37, FF and CD. RGB value is (55,255,205). Sum of RGB (Red+Green+Blue) = 55+255+205=515 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.68% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFCD is #C80032. Grayscale: #BDBDBD. Windows color (decimal): -13107251 or 13500215. OLE color: 13500215.
HSL color Cylindrical-coordinate representation of color #37FFCD: hue angle of 165º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFCD is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 205 | - |
| CMYK | 0.78 | 0 | 0.20 | 0 |
| HSL | 165º | 1% | 0.61% | - |
| HSV(B) | 165º | 0.78% | 1% | - |
| XYZ | 48.35 | 76.74 | 70.02 | - |
| YUV | 189.5 | 136.74 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 205 | 0.78 | 0 | 0.20 | 0 | 165 | 1 | 0.61 |
| Hex | 37 | FF | CD | 4E | 0 | 14 | 0 | A5 | 64 | 3D |
| Octal | 67 | 377 | 315 | 116 | 0 | 24 | 0 | 245 | 144 | 75 |
| Binary | 110111 | 11111111 | 11001101 | 1001110 | 0 | 10100 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #37FFCD
Complementary color
Monochromatic Colors of #37FFCD
Black with #37FFCD
Text Example
Text Example
White with #37FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFCD; }
p { color: rgb(55,255,205); }
H1.HeaderClassName
{
color: #37FFCD;
}
.AnyTagClassName
{
color: #37FFCD;
}
</style>
background-color css
<style>
a { background-color: #37FFCD; }
a { background-color: rgb(55,255,205); }
div.DivClassName
{
background-color: #37FFCD;
}
.BgClassName
{
background-color: #37FFCD;
}
</style>
border-color css
<style>
span { border-color: #37FFCD; }
span { border-color: rgb(55,255,205); }
td.TdClassName
{
border-color: #37FFCD;
}
.TagClassName
{
border-color: #37FFCD;
}
</style>