Shades of Turquoise #37FFCC
Tints of Turquoise #37FFCC
RGB
CMYK
RGB Variations
Color information
#37FFCC (or 0x37FFCC) is known color: Turquoise. HEX triplet: 37, FF and CC. RGB value is (55,255,204). Sum of RGB (Red+Green+Blue) = 55+255+204=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFCC is #C80033. Grayscale: #BDBDBD. Windows color (decimal): -13107252 or 13434679. OLE color: 13434679.
HSL color Cylindrical-coordinate representation of color #37FFCC: hue angle of 164.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFCC is Cyan = 0.78, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 204 | - |
| CMYK | 0.78 | 0 | 0.2 | 0 |
| HSL | 164.7º | 1% | 0.61% | - |
| HSV(B) | 164.7º | 0.78% | 1% | - |
| XYZ | 48.23 | 76.69 | 69.39 | - |
| YUV | 189.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 204 | 0.78 | 0 | 0.2 | 0 | 164.7 | 1 | 0.61 |
| Hex | 37 | FF | CC | 4E | 0 | 14 | 0 | A5 | 64 | 3D |
| Octal | 67 | 377 | 314 | 116 | 0 | 24 | 0 | 245 | 144 | 75 |
| Binary | 110111 | 11111111 | 11001100 | 1001110 | 0 | 10100 | 0 | 10100101 | 1100100 | 111101 |
Color Harmonies of #37FFCC
Complementary color
Monochromatic Colors of #37FFCC
Black with #37FFCC
Text Example
Text Example
White with #37FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFCC; }
p { color: rgb(55,255,204); }
H1.HeaderClassName
{
color: #37FFCC;
}
.AnyTagClassName
{
color: #37FFCC;
}
</style>
background-color css
<style>
a { background-color: #37FFCC; }
a { background-color: rgb(55,255,204); }
div.DivClassName
{
background-color: #37FFCC;
}
.BgClassName
{
background-color: #37FFCC;
}
</style>
border-color css
<style>
span { border-color: #37FFCC; }
span { border-color: rgb(55,255,204); }
td.TdClassName
{
border-color: #37FFCC;
}
.TagClassName
{
border-color: #37FFCC;
}
</style>