Shades of Turquoise #37FCDC
Tints of Turquoise #37FCDC
RGB
CMYK
RGB Variations
Color information
#37FCDC (or 0x37FCDC) is known color: Turquoise. HEX triplet: 37, FC and DC. RGB value is (55,252,220). Sum of RGB (Red+Green+Blue) = 55+252+220=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCDC is #C80323. Grayscale: #BDBDBD. Windows color (decimal): -13108004 or 14482487. OLE color: 14482487.
HSL color Cylindrical-coordinate representation of color #37FCDC: hue angle of 170.25º 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 #37FCDC is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 220 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.01 |
| HSL | 170.25º | 0.97% | 0.6% | - |
| HSV(B) | 170.25º | 0.78% | 0.99% | - |
| XYZ | 49.3 | 75.6 | 79.7 | - |
| YUV | 189.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 220 | 0.78 | 0 | 0.13 | 0.01 | 170.25 | 0.97 | 0.6 |
| Hex | 37 | FC | DC | 4E | 0 | D | 1 | AA | 61 | 3C |
| Octal | 67 | 374 | 334 | 116 | 0 | 15 | 1 | 252 | 141 | 74 |
| Binary | 110111 | 11111100 | 11011100 | 1001110 | 0 | 1101 | 1 | 10101010 | 1100001 | 111100 |
Color Harmonies of #37FCDC
Complementary color
Monochromatic Colors of #37FCDC
Black with #37FCDC
Text Example
Text Example
White with #37FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCDC; }
p { color: rgb(55,252,220); }
H1.HeaderClassName
{
color: #37FCDC;
}
.AnyTagClassName
{
color: #37FCDC;
}
</style>
background-color css
<style>
a { background-color: #37FCDC; }
a { background-color: rgb(55,252,220); }
div.DivClassName
{
background-color: #37FCDC;
}
.BgClassName
{
background-color: #37FCDC;
}
</style>
border-color css
<style>
span { border-color: #37FCDC; }
span { border-color: rgb(55,252,220); }
td.TdClassName
{
border-color: #37FCDC;
}
.TagClassName
{
border-color: #37FCDC;
}
</style>