Shades of Turquoise #37E5F9
Tints of Turquoise #37E5F9
RGB
CMYK
RGB Variations
Color information
#37E5F9 (or 0x37E5F9) is known color: Turquoise. HEX triplet: 37, E5 and F9. RGB value is (55,229,249). Sum of RGB (Red+Green+Blue) = 55+229+249=533 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.32% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #37E5F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E5F9 is #C81A06. Grayscale: #B3B3B3. Windows color (decimal): -13113863 or 16377143. OLE color: 16377143.
HSL color Cylindrical-coordinate representation of color #37E5F9: hue angle of 186.19º 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 #37E5F9 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 229 | 249 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.02 |
| HSL | 186.19º | 0.94% | 0.6% | - |
| HSV(B) | 186.19º | 0.78% | 0.98% | - |
| XYZ | 46.69 | 63.69 | 99.45 | - |
| YUV | 179.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 229 | 249 | 0.78 | 0.08 | 0 | 0.02 | 186.19 | 0.94 | 0.6 |
| Hex | 37 | E5 | F9 | 4E | 8 | 0 | 2 | BA | 5E | 3C |
| Octal | 67 | 345 | 371 | 116 | 10 | 0 | 2 | 272 | 136 | 74 |
| Binary | 110111 | 11100101 | 11111001 | 1001110 | 1000 | 0 | 10 | 10111010 | 1011110 | 111100 |
Color Harmonies of #37E5F9
Complementary color
Monochromatic Colors of #37E5F9
Black with #37E5F9
Text Example
Text Example
White with #37E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E5F9; }
p { color: rgb(55,229,249); }
H1.HeaderClassName
{
color: #37E5F9;
}
.AnyTagClassName
{
color: #37E5F9;
}
</style>
background-color css
<style>
a { background-color: #37E5F9; }
a { background-color: rgb(55,229,249); }
div.DivClassName
{
background-color: #37E5F9;
}
.BgClassName
{
background-color: #37E5F9;
}
</style>
border-color css
<style>
span { border-color: #37E5F9; }
span { border-color: rgb(55,229,249); }
td.TdClassName
{
border-color: #37E5F9;
}
.TagClassName
{
border-color: #37E5F9;
}
</style>