Shades of Turquoise #37EFCD
Tints of Turquoise #37EFCD
RGB
CMYK
RGB Variations
Color information
#37EFCD (or 0x37EFCD) is known color: Turquoise. HEX triplet: 37, EF and CD. RGB value is (55,239,205). Sum of RGB (Red+Green+Blue) = 55+239+205=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFCD is #C81032. Grayscale: #B4B4B4. Windows color (decimal): -13111347 or 13496119. OLE color: 13496119.
HSL color Cylindrical-coordinate representation of color #37EFCD: hue angle of 168.91º 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 #37EFCD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 205 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.06 |
| HSL | 168.91º | 0.85% | 0.58% | - |
| HSV(B) | 168.91º | 0.77% | 0.94% | - |
| XYZ | 43.46 | 66.95 | 68.39 | - |
| YUV | 180.11 | 142.04 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 205 | 0.77 | 0 | 0.14 | 0.06 | 168.91 | 0.85 | 0.58 |
| Hex | 37 | EF | CD | 4D | 0 | E | 6 | A9 | 55 | 3A |
| Octal | 67 | 357 | 315 | 115 | 0 | 16 | 6 | 251 | 125 | 72 |
| Binary | 110111 | 11101111 | 11001101 | 1001101 | 0 | 1110 | 110 | 10101001 | 1010101 | 111010 |
Color Harmonies of #37EFCD
Complementary color
Monochromatic Colors of #37EFCD
Black with #37EFCD
Text Example
Text Example
White with #37EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EFCD; }
p { color: rgb(55,239,205); }
H1.HeaderClassName
{
color: #37EFCD;
}
.AnyTagClassName
{
color: #37EFCD;
}
</style>
background-color css
<style>
a { background-color: #37EFCD; }
a { background-color: rgb(55,239,205); }
div.DivClassName
{
background-color: #37EFCD;
}
.BgClassName
{
background-color: #37EFCD;
}
</style>
border-color css
<style>
span { border-color: #37EFCD; }
span { border-color: rgb(55,239,205); }
td.TdClassName
{
border-color: #37EFCD;
}
.TagClassName
{
border-color: #37EFCD;
}
</style>