Shades of Medium Turquoise #31BFC3
Tints of Medium Turquoise #31BFC3
RGB
CMYK
RGB Variations
Color information
#31BFC3 (or 0x31BFC3) is known color: Medium Turquoise. HEX triplet: 31, BF and C3. RGB value is (49,191,195). Sum of RGB (Red+Green+Blue) = 49+191+195=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #31BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BFC3 is #CE403C. Grayscale: #949494. Windows color (decimal): -13516861 or 12828465. OLE color: 12828465.
HSL color Cylindrical-coordinate representation of color #31BFC3: hue angle of 181.64º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BFC3 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 191 | 195 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.24 |
| HSL | 181.64º | 0.6% | 0.48% | - |
| HSV(B) | 181.64º | 0.75% | 0.76% | - |
| XYZ | 29.75 | 41.85 | 58.14 | - |
| YUV | 149 | 153.96 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 195 | 0.75 | 0.02 | 0 | 0.24 | 181.64 | 0.6 | 0.48 |
| Hex | 31 | BF | C3 | 4B | 2 | 0 | 18 | B6 | 3C | 30 |
| Octal | 61 | 277 | 303 | 113 | 2 | 0 | 30 | 266 | 74 | 60 |
| Binary | 110001 | 10111111 | 11000011 | 1001011 | 10 | 0 | 11000 | 10110110 | 111100 | 110000 |
Color Harmonies of #31BFC3
Complementary color
Monochromatic Colors of #31BFC3
Black with #31BFC3
Text Example
Text Example
White with #31BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFC3; }
p { color: rgb(49,191,195); }
H1.HeaderClassName
{
color: #31BFC3;
}
.AnyTagClassName
{
color: #31BFC3;
}
</style>
background-color css
<style>
a { background-color: #31BFC3; }
a { background-color: rgb(49,191,195); }
div.DivClassName
{
background-color: #31BFC3;
}
.BgClassName
{
background-color: #31BFC3;
}
</style>
border-color css
<style>
span { border-color: #31BFC3; }
span { border-color: rgb(49,191,195); }
td.TdClassName
{
border-color: #31BFC3;
}
.TagClassName
{
border-color: #31BFC3;
}
</style>