Shades of Turquoise #37FFDE
Tints of Turquoise #37FFDE
RGB
CMYK
RGB Variations
Color information
#37FFDE (or 0x37FFDE) is known color: Turquoise. HEX triplet: 37, FF and DE. RGB value is (55,255,222). Sum of RGB (Red+Green+Blue) = 55+255+222=532 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.34% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFDE is #C80021. Grayscale: #BFBFBF. Windows color (decimal): -13107234 or 14614327. OLE color: 14614327.
HSL color Cylindrical-coordinate representation of color #37FFDE: hue angle of 170.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFDE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 222 | - |
| CMYK | 0.78 | 0 | 0.13 | 0 |
| HSL | 170.1º | 1% | 0.61% | - |
| HSV(B) | 170.1º | 0.78% | 1% | - |
| XYZ | 50.52 | 77.61 | 81.42 | - |
| YUV | 191.44 | 145.24 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 222 | 0.78 | 0 | 0.13 | 0 | 170.1 | 1 | 0.61 |
| Hex | 37 | FF | DE | 4E | 0 | D | 0 | AA | 64 | 3D |
| Octal | 67 | 377 | 336 | 116 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 110111 | 11111111 | 11011110 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #37FFDE
Complementary color
Monochromatic Colors of #37FFDE
Black with #37FFDE
Text Example
Text Example
White with #37FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFDE; }
p { color: rgb(55,255,222); }
H1.HeaderClassName
{
color: #37FFDE;
}
.AnyTagClassName
{
color: #37FFDE;
}
</style>
background-color css
<style>
a { background-color: #37FFDE; }
a { background-color: rgb(55,255,222); }
div.DivClassName
{
background-color: #37FFDE;
}
.BgClassName
{
background-color: #37FFDE;
}
</style>
border-color css
<style>
span { border-color: #37FFDE; }
span { border-color: rgb(55,255,222); }
td.TdClassName
{
border-color: #37FFDE;
}
.TagClassName
{
border-color: #37FFDE;
}
</style>