Shades of Turquoise #37F8CC
Tints of Turquoise #37F8CC
RGB
CMYK
RGB Variations
Color information
#37F8CC (or 0x37F8CC) is known color: Turquoise. HEX triplet: 37, F8 and CC. RGB value is (55,248,204). Sum of RGB (Red+Green+Blue) = 55+248+204=507 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.85% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #37F8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F8CC is #C80733. Grayscale: #B9B9B9. Windows color (decimal): -13109044 or 13432887. OLE color: 13432887.
HSL color Cylindrical-coordinate representation of color #37F8CC: hue angle of 166.32º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F8CC is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 248 | 204 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.03 |
| HSL | 166.32º | 0.93% | 0.59% | - |
| HSV(B) | 166.32º | 0.78% | 0.97% | - |
| XYZ | 46.04 | 72.31 | 68.66 | - |
| YUV | 185.28 | 138.56 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 248 | 204 | 0.78 | 0 | 0.18 | 0.03 | 166.32 | 0.93 | 0.59 |
| Hex | 37 | F8 | CC | 4E | 0 | 12 | 3 | A6 | 5D | 3B |
| Octal | 67 | 370 | 314 | 116 | 0 | 22 | 3 | 246 | 135 | 73 |
| Binary | 110111 | 11111000 | 11001100 | 1001110 | 0 | 10010 | 11 | 10100110 | 1011101 | 111011 |
Color Harmonies of #37F8CC
Complementary color
Monochromatic Colors of #37F8CC
Black with #37F8CC
Text Example
Text Example
White with #37F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F8CC; }
p { color: rgb(55,248,204); }
H1.HeaderClassName
{
color: #37F8CC;
}
.AnyTagClassName
{
color: #37F8CC;
}
</style>
background-color css
<style>
a { background-color: #37F8CC; }
a { background-color: rgb(55,248,204); }
div.DivClassName
{
background-color: #37F8CC;
}
.BgClassName
{
background-color: #37F8CC;
}
</style>
border-color css
<style>
span { border-color: #37F8CC; }
span { border-color: rgb(55,248,204); }
td.TdClassName
{
border-color: #37F8CC;
}
.TagClassName
{
border-color: #37F8CC;
}
</style>