Shades of Turquoise #37EFE9
Tints of Turquoise #37EFE9
RGB
CMYK
RGB Variations
Color information
#37EFE9 (or 0x37EFE9) is known color: Turquoise. HEX triplet: 37, EF and E9. RGB value is (55,239,233). Sum of RGB (Red+Green+Blue) = 55+239+233=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFE9 is #C81016. Grayscale: #B7B7B7. Windows color (decimal): -13111319 or 15331127. OLE color: 15331127.
HSL color Cylindrical-coordinate representation of color #37EFE9: hue angle of 178.04º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFE9 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 233 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.06 |
| HSL | 178.04º | 0.85% | 0.58% | - |
| HSV(B) | 178.04º | 0.77% | 0.94% | - |
| XYZ | 47.15 | 68.43 | 87.81 | - |
| YUV | 183.3 | 156.04 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 233 | 0.77 | 0 | 0.03 | 0.06 | 178.04 | 0.85 | 0.58 |
| Hex | 37 | EF | E9 | 4D | 0 | 3 | 6 | B2 | 55 | 3A |
| Octal | 67 | 357 | 351 | 115 | 0 | 3 | 6 | 262 | 125 | 72 |
| Binary | 110111 | 11101111 | 11101001 | 1001101 | 0 | 11 | 110 | 10110010 | 1010101 | 111010 |
Color Harmonies of #37EFE9
Complementary color
Monochromatic Colors of #37EFE9
Black with #37EFE9
Text Example
Text Example
White with #37EFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFE9; }
p { color: rgb(55,239,233); }
H1.HeaderClassName
{
color: #37EFE9;
}
.AnyTagClassName
{
color: #37EFE9;
}
</style>
background-color css
<style>
a { background-color: #37EFE9; }
a { background-color: rgb(55,239,233); }
div.DivClassName
{
background-color: #37EFE9;
}
.BgClassName
{
background-color: #37EFE9;
}
</style>
border-color css
<style>
span { border-color: #37EFE9; }
span { border-color: rgb(55,239,233); }
td.TdClassName
{
border-color: #37EFE9;
}
.TagClassName
{
border-color: #37EFE9;
}
</style>