Shades of Turquoise #37FACD
Tints of Turquoise #37FACD
RGB
CMYK
RGB Variations
Color information
#37FACD (or 0x37FACD) is known color: Turquoise. HEX triplet: 37, FA and CD. RGB value is (55,250,205). Sum of RGB (Red+Green+Blue) = 55+250+205=510 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.78% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #37FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FACD is #C80532. Grayscale: #BABABA. Windows color (decimal): -13108531 or 13498935. OLE color: 13498935.
HSL color Cylindrical-coordinate representation of color #37FACD: hue angle of 166.15º degrees, saturation: 0.95, 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 #37FACD is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 205 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.02 |
| HSL | 166.15º | 0.95% | 0.6% | - |
| HSV(B) | 166.15º | 0.78% | 0.98% | - |
| XYZ | 46.78 | 73.59 | 69.5 | - |
| YUV | 186.57 | 138.4 | 34.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 205 | 0.78 | 0 | 0.18 | 0.02 | 166.15 | 0.95 | 0.6 |
| Hex | 37 | FA | CD | 4E | 0 | 12 | 2 | A6 | 5F | 3C |
| Octal | 67 | 372 | 315 | 116 | 0 | 22 | 2 | 246 | 137 | 74 |
| Binary | 110111 | 11111010 | 11001101 | 1001110 | 0 | 10010 | 10 | 10100110 | 1011111 | 111100 |
Color Harmonies of #37FACD
Complementary color
Monochromatic Colors of #37FACD
Black with #37FACD
Text Example
Text Example
White with #37FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FACD; }
p { color: rgb(55,250,205); }
H1.HeaderClassName
{
color: #37FACD;
}
.AnyTagClassName
{
color: #37FACD;
}
</style>
background-color css
<style>
a { background-color: #37FACD; }
a { background-color: rgb(55,250,205); }
div.DivClassName
{
background-color: #37FACD;
}
.BgClassName
{
background-color: #37FACD;
}
</style>
border-color css
<style>
span { border-color: #37FACD; }
span { border-color: rgb(55,250,205); }
td.TdClassName
{
border-color: #37FACD;
}
.TagClassName
{
border-color: #37FACD;
}
</style>