Shades of Turquoise #37FADA
Tints of Turquoise #37FADA
RGB
CMYK
RGB Variations
Color information
#37FADA (or 0x37FADA) is known color: Turquoise. HEX triplet: 37, FA and DA. RGB value is (55,250,218). Sum of RGB (Red+Green+Blue) = 55+250+218=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #37FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FADA is #C80525. Grayscale: #BBBBBB. Windows color (decimal): -13108518 or 14350903. OLE color: 14350903.
HSL color Cylindrical-coordinate representation of color #37FADA: hue angle of 170.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 #37FADA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 218 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.02 |
| HSL | 170.15º | 0.95% | 0.6% | - |
| HSV(B) | 170.15º | 0.78% | 0.98% | - |
| XYZ | 48.42 | 74.25 | 78.11 | - |
| YUV | 188.05 | 144.9 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 218 | 0.78 | 0 | 0.13 | 0.02 | 170.15 | 0.95 | 0.6 |
| Hex | 37 | FA | DA | 4E | 0 | D | 2 | AA | 5F | 3C |
| Octal | 67 | 372 | 332 | 116 | 0 | 15 | 2 | 252 | 137 | 74 |
| Binary | 110111 | 11111010 | 11011010 | 1001110 | 0 | 1101 | 10 | 10101010 | 1011111 | 111100 |
Color Harmonies of #37FADA
Complementary color
Monochromatic Colors of #37FADA
Black with #37FADA
Text Example
Text Example
White with #37FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FADA; }
p { color: rgb(55,250,218); }
H1.HeaderClassName
{
color: #37FADA;
}
.AnyTagClassName
{
color: #37FADA;
}
</style>
background-color css
<style>
a { background-color: #37FADA; }
a { background-color: rgb(55,250,218); }
div.DivClassName
{
background-color: #37FADA;
}
.BgClassName
{
background-color: #37FADA;
}
</style>
border-color css
<style>
span { border-color: #37FADA; }
span { border-color: rgb(55,250,218); }
td.TdClassName
{
border-color: #37FADA;
}
.TagClassName
{
border-color: #37FADA;
}
</style>