Shades of Turquoise #37F9DA
Tints of Turquoise #37F9DA
RGB
CMYK
RGB Variations
Color information
#37F9DA (or 0x37F9DA) is known color: Turquoise. HEX triplet: 37, F9 and DA. RGB value is (55,249,218). Sum of RGB (Red+Green+Blue) = 55+249+218=522 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.54% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F9DA is #C80625. Grayscale: #BBBBBB. Windows color (decimal): -13108774 or 14350647. OLE color: 14350647.
HSL color Cylindrical-coordinate representation of color #37F9DA: hue angle of 170.41º degrees, saturation: 0.94, 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 #37F9DA is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 218 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.02 |
| HSL | 170.41º | 0.94% | 0.6% | - |
| HSV(B) | 170.41º | 0.78% | 0.98% | - |
| XYZ | 48.11 | 73.63 | 78.01 | - |
| YUV | 187.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 218 | 0.78 | 0 | 0.12 | 0.02 | 170.41 | 0.94 | 0.6 |
| Hex | 37 | F9 | DA | 4E | 0 | C | 2 | AA | 5E | 3C |
| Octal | 67 | 371 | 332 | 116 | 0 | 14 | 2 | 252 | 136 | 74 |
| Binary | 110111 | 11111001 | 11011010 | 1001110 | 0 | 1100 | 10 | 10101010 | 1011110 | 111100 |
Color Harmonies of #37F9DA
Complementary color
Monochromatic Colors of #37F9DA
Black with #37F9DA
Text Example
Text Example
White with #37F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F9DA; }
p { color: rgb(55,249,218); }
H1.HeaderClassName
{
color: #37F9DA;
}
.AnyTagClassName
{
color: #37F9DA;
}
</style>
background-color css
<style>
a { background-color: #37F9DA; }
a { background-color: rgb(55,249,218); }
div.DivClassName
{
background-color: #37F9DA;
}
.BgClassName
{
background-color: #37F9DA;
}
</style>
border-color css
<style>
span { border-color: #37F9DA; }
span { border-color: rgb(55,249,218); }
td.TdClassName
{
border-color: #37F9DA;
}
.TagClassName
{
border-color: #37F9DA;
}
</style>