Shades of Turquoise #37FCDD
Tints of Turquoise #37FCDD
RGB
CMYK
RGB Variations
Color information
#37FCDD (or 0x37FCDD) is known color: Turquoise. HEX triplet: 37, FC and DD. RGB value is (55,252,221). Sum of RGB (Red+Green+Blue) = 55+252+221=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCDD is #C80322. Grayscale: #BDBDBD. Windows color (decimal): -13108003 or 14548023. OLE color: 14548023.
HSL color Cylindrical-coordinate representation of color #37FCDD: hue angle of 170.56º 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 #37FCDD is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 221 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.01 |
| HSL | 170.56º | 0.97% | 0.6% | - |
| HSV(B) | 170.56º | 0.78% | 0.99% | - |
| XYZ | 49.44 | 75.65 | 80.4 | - |
| YUV | 189.56 | 145.73 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 221 | 0.78 | 0 | 0.12 | 0.01 | 170.56 | 0.97 | 0.6 |
| Hex | 37 | FC | DD | 4E | 0 | C | 1 | AB | 61 | 3C |
| Octal | 67 | 374 | 335 | 116 | 0 | 14 | 1 | 253 | 141 | 74 |
| Binary | 110111 | 11111100 | 11011101 | 1001110 | 0 | 1100 | 1 | 10101011 | 1100001 | 111100 |
Color Harmonies of #37FCDD
Complementary color
Monochromatic Colors of #37FCDD
Black with #37FCDD
Text Example
Text Example
White with #37FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCDD; }
p { color: rgb(55,252,221); }
H1.HeaderClassName
{
color: #37FCDD;
}
.AnyTagClassName
{
color: #37FCDD;
}
</style>
background-color css
<style>
a { background-color: #37FCDD; }
a { background-color: rgb(55,252,221); }
div.DivClassName
{
background-color: #37FCDD;
}
.BgClassName
{
background-color: #37FCDD;
}
</style>
border-color css
<style>
span { border-color: #37FCDD; }
span { border-color: rgb(55,252,221); }
td.TdClassName
{
border-color: #37FCDD;
}
.TagClassName
{
border-color: #37FCDD;
}
</style>