Shades of Turquoise #37FCCD
Tints of Turquoise #37FCCD
RGB
CMYK
RGB Variations
Color information
#37FCCD (or 0x37FCCD) is known color: Turquoise. HEX triplet: 37, FC and CD. RGB value is (55,252,205). Sum of RGB (Red+Green+Blue) = 55+252+205=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCCD is #C80332. Grayscale: #BBBBBB. Windows color (decimal): -13108019 or 13499447. OLE color: 13499447.
HSL color Cylindrical-coordinate representation of color #37FCCD: hue angle of 165.69º 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 #37FCCD is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 205 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.01 |
| HSL | 165.69º | 0.97% | 0.6% | - |
| HSV(B) | 165.69º | 0.78% | 0.99% | - |
| XYZ | 47.41 | 74.84 | 69.7 | - |
| YUV | 187.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 205 | 0.78 | 0 | 0.19 | 0.01 | 165.69 | 0.97 | 0.6 |
| Hex | 37 | FC | CD | 4E | 0 | 13 | 1 | A6 | 61 | 3C |
| Octal | 67 | 374 | 315 | 116 | 0 | 23 | 1 | 246 | 141 | 74 |
| Binary | 110111 | 11111100 | 11001101 | 1001110 | 0 | 10011 | 1 | 10100110 | 1100001 | 111100 |
Color Harmonies of #37FCCD
Complementary color
Monochromatic Colors of #37FCCD
Black with #37FCCD
Text Example
Text Example
White with #37FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCCD; }
p { color: rgb(55,252,205); }
H1.HeaderClassName
{
color: #37FCCD;
}
.AnyTagClassName
{
color: #37FCCD;
}
</style>
background-color css
<style>
a { background-color: #37FCCD; }
a { background-color: rgb(55,252,205); }
div.DivClassName
{
background-color: #37FCCD;
}
.BgClassName
{
background-color: #37FCCD;
}
</style>
border-color css
<style>
span { border-color: #37FCCD; }
span { border-color: rgb(55,252,205); }
td.TdClassName
{
border-color: #37FCCD;
}
.TagClassName
{
border-color: #37FCCD;
}
</style>