Shades of Turquoise #31F2C3
Tints of Turquoise #31F2C3
RGB
CMYK
RGB Variations
Color information
#31F2C3 (or 0x31F2C3) is known color: Turquoise. HEX triplet: 31, F2 and C3. RGB value is (49,242,195). Sum of RGB (Red+Green+Blue) = 49+242+195=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #31F2C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F2C3 is #CE0D3C. Grayscale: #B2B2B2. Windows color (decimal): -13503805 or 12841521. OLE color: 12841521.
HSL color Cylindrical-coordinate representation of color #31F2C3: hue angle of 165.39º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F2C3 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 195 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.05 |
| HSL | 165.39º | 0.88% | 0.57% | - |
| HSV(B) | 165.39º | 0.8% | 0.95% | - |
| XYZ | 42.87 | 68.1 | 62.51 | - |
| YUV | 178.94 | 137.06 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 195 | 0.80 | 0 | 0.19 | 0.05 | 165.39 | 0.88 | 0.57 |
| Hex | 31 | F2 | C3 | 50 | 0 | 13 | 5 | A5 | 58 | 39 |
| Octal | 61 | 362 | 303 | 120 | 0 | 23 | 5 | 245 | 130 | 71 |
| Binary | 110001 | 11110010 | 11000011 | 1010000 | 0 | 10011 | 101 | 10100101 | 1011000 | 111001 |
Color Harmonies of #31F2C3
Complementary color
Monochromatic Colors of #31F2C3
Black with #31F2C3
Text Example
Text Example
White with #31F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F2C3; }
p { color: rgb(49,242,195); }
H1.HeaderClassName
{
color: #31F2C3;
}
.AnyTagClassName
{
color: #31F2C3;
}
</style>
background-color css
<style>
a { background-color: #31F2C3; }
a { background-color: rgb(49,242,195); }
div.DivClassName
{
background-color: #31F2C3;
}
.BgClassName
{
background-color: #31F2C3;
}
</style>
border-color css
<style>
span { border-color: #31F2C3; }
span { border-color: rgb(49,242,195); }
td.TdClassName
{
border-color: #31F2C3;
}
.TagClassName
{
border-color: #31F2C3;
}
</style>