Shades of Turquoise #37FCDA
Tints of Turquoise #37FCDA
RGB
CMYK
RGB Variations
Color information
#37FCDA (or 0x37FCDA) is known color: Turquoise. HEX triplet: 37, FC and DA. RGB value is (55,252,218). Sum of RGB (Red+Green+Blue) = 55+252+218=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCDA is #C80325. Grayscale: #BDBDBD. Windows color (decimal): -13108006 or 14351415. OLE color: 14351415.
HSL color Cylindrical-coordinate representation of color #37FCDA: hue angle of 169.64º degrees, saturation: 0.97, 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 #37FCDA is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 218 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.01 |
| HSL | 169.64º | 0.97% | 0.6% | - |
| HSV(B) | 169.64º | 0.78% | 0.99% | - |
| XYZ | 49.04 | 75.49 | 78.32 | - |
| YUV | 189.22 | 144.23 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 218 | 0.78 | 0 | 0.13 | 0.01 | 169.64 | 0.97 | 0.6 |
| Hex | 37 | FC | DA | 4E | 0 | D | 1 | AA | 61 | 3C |
| Octal | 67 | 374 | 332 | 116 | 0 | 15 | 1 | 252 | 141 | 74 |
| Binary | 110111 | 11111100 | 11011010 | 1001110 | 0 | 1101 | 1 | 10101010 | 1100001 | 111100 |
Color Harmonies of #37FCDA
Complementary color
Monochromatic Colors of #37FCDA
Black with #37FCDA
Text Example
Text Example
White with #37FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCDA; }
p { color: rgb(55,252,218); }
H1.HeaderClassName
{
color: #37FCDA;
}
.AnyTagClassName
{
color: #37FCDA;
}
</style>
background-color css
<style>
a { background-color: #37FCDA; }
a { background-color: rgb(55,252,218); }
div.DivClassName
{
background-color: #37FCDA;
}
.BgClassName
{
background-color: #37FCDA;
}
</style>
border-color css
<style>
span { border-color: #37FCDA; }
span { border-color: rgb(55,252,218); }
td.TdClassName
{
border-color: #37FCDA;
}
.TagClassName
{
border-color: #37FCDA;
}
</style>