Shades of Turquoise #37FDEA
Tints of Turquoise #37FDEA
RGB
CMYK
RGB Variations
Color information
#37FDEA (or 0x37FDEA) is known color: Turquoise. HEX triplet: 37, FD and EA. RGB value is (55,253,234). Sum of RGB (Red+Green+Blue) = 55+253+234=542 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.15% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FDEA is #C80215. Grayscale: #BFBFBF. Windows color (decimal): -13107734 or 15400247. OLE color: 15400247.
HSL color Cylindrical-coordinate representation of color #37FDEA: hue angle of 174.24º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FDEA is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 253 | 234 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.01 |
| HSL | 174.24º | 0.98% | 0.6% | - |
| HSV(B) | 174.24º | 0.78% | 0.99% | - |
| XYZ | 51.55 | 77 | 89.99 | - |
| YUV | 191.63 | 151.9 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 253 | 234 | 0.78 | 0 | 0.08 | 0.01 | 174.24 | 0.98 | 0.6 |
| Hex | 37 | FD | EA | 4E | 0 | 8 | 1 | AE | 62 | 3C |
| Octal | 67 | 375 | 352 | 116 | 0 | 10 | 1 | 256 | 142 | 74 |
| Binary | 110111 | 11111101 | 11101010 | 1001110 | 0 | 1000 | 1 | 10101110 | 1100010 | 111100 |
Color Harmonies of #37FDEA
Complementary color
Monochromatic Colors of #37FDEA
Black with #37FDEA
Text Example
Text Example
White with #37FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FDEA; }
p { color: rgb(55,253,234); }
H1.HeaderClassName
{
color: #37FDEA;
}
.AnyTagClassName
{
color: #37FDEA;
}
</style>
background-color css
<style>
a { background-color: #37FDEA; }
a { background-color: rgb(55,253,234); }
div.DivClassName
{
background-color: #37FDEA;
}
.BgClassName
{
background-color: #37FDEA;
}
</style>
border-color css
<style>
span { border-color: #37FDEA; }
span { border-color: rgb(55,253,234); }
td.TdClassName
{
border-color: #37FDEA;
}
.TagClassName
{
border-color: #37FDEA;
}
</style>