Shades of Turquoise #37FFC3
Tints of Turquoise #37FFC3
RGB
CMYK
RGB Variations
Color information
#37FFC3 (or 0x37FFC3) is known color: Turquoise. HEX triplet: 37, FF and C3. RGB value is (55,255,195). Sum of RGB (Red+Green+Blue) = 55+255+195=505 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.89% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFC3 is #C8003C. Grayscale: #BCBCBC. Windows color (decimal): -13107261 or 12844855. OLE color: 12844855.
HSL color Cylindrical-coordinate representation of color #37FFC3: hue angle of 162º 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 #37FFC3 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 195 | - |
| CMYK | 0.78 | 0 | 0.24 | 0 |
| HSL | 162º | 1% | 0.61% | - |
| HSV(B) | 162º | 0.78% | 1% | - |
| XYZ | 47.19 | 76.27 | 63.86 | - |
| YUV | 188.36 | 131.74 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 195 | 0.78 | 0 | 0.24 | 0 | 162 | 1 | 0.61 |
| Hex | 37 | FF | C3 | 4E | 0 | 18 | 0 | A2 | 64 | 3D |
| Octal | 67 | 377 | 303 | 116 | 0 | 30 | 0 | 242 | 144 | 75 |
| Binary | 110111 | 11111111 | 11000011 | 1001110 | 0 | 11000 | 0 | 10100010 | 1100100 | 111101 |
Color Harmonies of #37FFC3
Complementary color
Monochromatic Colors of #37FFC3
Black with #37FFC3
Text Example
Text Example
White with #37FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FFC3; }
p { color: rgb(55,255,195); }
H1.HeaderClassName
{
color: #37FFC3;
}
.AnyTagClassName
{
color: #37FFC3;
}
</style>
background-color css
<style>
a { background-color: #37FFC3; }
a { background-color: rgb(55,255,195); }
div.DivClassName
{
background-color: #37FFC3;
}
.BgClassName
{
background-color: #37FFC3;
}
</style>
border-color css
<style>
span { border-color: #37FFC3; }
span { border-color: rgb(55,255,195); }
td.TdClassName
{
border-color: #37FFC3;
}
.TagClassName
{
border-color: #37FFC3;
}
</style>