Shades of Turquoise #37FCCF
Tints of Turquoise #37FCCF
RGB
CMYK
RGB Variations
Color information
#37FCCF (or 0x37FCCF) is known color: Turquoise. HEX triplet: 37, FC and CF. RGB value is (55,252,207). Sum of RGB (Red+Green+Blue) = 55+252+207=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCCF is #C80330. Grayscale: #BBBBBB. Windows color (decimal): -13108017 or 13630519. OLE color: 13630519.
HSL color Cylindrical-coordinate representation of color #37FCCF: hue angle of 166.29º 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 #37FCCF is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 207 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.01 |
| HSL | 166.29º | 0.97% | 0.6% | - |
| HSV(B) | 166.29º | 0.78% | 0.99% | - |
| XYZ | 47.65 | 74.94 | 70.98 | - |
| YUV | 187.97 | 138.73 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 207 | 0.78 | 0 | 0.18 | 0.01 | 166.29 | 0.97 | 0.6 |
| Hex | 37 | FC | CF | 4E | 0 | 12 | 1 | A6 | 61 | 3C |
| Octal | 67 | 374 | 317 | 116 | 0 | 22 | 1 | 246 | 141 | 74 |
| Binary | 110111 | 11111100 | 11001111 | 1001110 | 0 | 10010 | 1 | 10100110 | 1100001 | 111100 |
Color Harmonies of #37FCCF
Complementary color
Monochromatic Colors of #37FCCF
Black with #37FCCF
Text Example
Text Example
White with #37FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCCF; }
p { color: rgb(55,252,207); }
H1.HeaderClassName
{
color: #37FCCF;
}
.AnyTagClassName
{
color: #37FCCF;
}
</style>
background-color css
<style>
a { background-color: #37FCCF; }
a { background-color: rgb(55,252,207); }
div.DivClassName
{
background-color: #37FCCF;
}
.BgClassName
{
background-color: #37FCCF;
}
</style>
border-color css
<style>
span { border-color: #37FCCF; }
span { border-color: rgb(55,252,207); }
td.TdClassName
{
border-color: #37FCCF;
}
.TagClassName
{
border-color: #37FCCF;
}
</style>