Shades of Turquoise #37FCC3
Tints of Turquoise #37FCC3
RGB
CMYK
RGB Variations
Color information
#37FCC3 (or 0x37FCC3) is known color: Turquoise. HEX triplet: 37, FC and C3. RGB value is (55,252,195). Sum of RGB (Red+Green+Blue) = 55+252+195=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCC3 is #C8033C. Grayscale: #BABABA. Windows color (decimal): -13108029 or 12844087. OLE color: 12844087.
HSL color Cylindrical-coordinate representation of color #37FCC3: hue angle of 162.64º 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 #37FCC3 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 195 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.01 |
| HSL | 162.64º | 0.97% | 0.6% | - |
| HSV(B) | 162.64º | 0.78% | 0.99% | - |
| XYZ | 46.24 | 74.37 | 63.55 | - |
| YUV | 186.6 | 132.73 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 195 | 0.78 | 0 | 0.23 | 0.01 | 162.64 | 0.97 | 0.6 |
| Hex | 37 | FC | C3 | 4E | 0 | 17 | 1 | A3 | 61 | 3C |
| Octal | 67 | 374 | 303 | 116 | 0 | 27 | 1 | 243 | 141 | 74 |
| Binary | 110111 | 11111100 | 11000011 | 1001110 | 0 | 10111 | 1 | 10100011 | 1100001 | 111100 |
Color Harmonies of #37FCC3
Complementary color
Monochromatic Colors of #37FCC3
Black with #37FCC3
Text Example
Text Example
White with #37FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCC3; }
p { color: rgb(55,252,195); }
H1.HeaderClassName
{
color: #37FCC3;
}
.AnyTagClassName
{
color: #37FCC3;
}
</style>
background-color css
<style>
a { background-color: #37FCC3; }
a { background-color: rgb(55,252,195); }
div.DivClassName
{
background-color: #37FCC3;
}
.BgClassName
{
background-color: #37FCC3;
}
</style>
border-color css
<style>
span { border-color: #37FCC3; }
span { border-color: rgb(55,252,195); }
td.TdClassName
{
border-color: #37FCC3;
}
.TagClassName
{
border-color: #37FCC3;
}
</style>