Shades of Medium Turquoise #31CFCB
Tints of Medium Turquoise #31CFCB
RGB
CMYK
RGB Variations
Color information
#31CFCB (or 0x31CFCB) is known color: Medium Turquoise. HEX triplet: 31, CF and CB. RGB value is (49,207,203). Sum of RGB (Red+Green+Blue) = 49+207+203=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFCB is #CE3034. Grayscale: #9F9F9F. Windows color (decimal): -13512757 or 13356849. OLE color: 13356849.
HSL color Cylindrical-coordinate representation of color #31CFCB: hue angle of 178.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFCB is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 203 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.19 |
| HSL | 178.48º | 0.62% | 0.5% | - |
| HSV(B) | 178.48º | 0.76% | 0.81% | - |
| XYZ | 34.36 | 49.59 | 64.26 | - |
| YUV | 159.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 203 | 0.76 | 0 | 0.02 | 0.19 | 178.48 | 0.62 | 0.5 |
| Hex | 31 | CF | CB | 4C | 0 | 2 | 13 | B2 | 3E | 32 |
| Octal | 61 | 317 | 313 | 114 | 0 | 2 | 23 | 262 | 76 | 62 |
| Binary | 110001 | 11001111 | 11001011 | 1001100 | 0 | 10 | 10011 | 10110010 | 111110 | 110010 |
Color Harmonies of #31CFCB
Complementary color
Monochromatic Colors of #31CFCB
Black with #31CFCB
Text Example
Text Example
White with #31CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFCB; }
p { color: rgb(49,207,203); }
H1.HeaderClassName
{
color: #31CFCB;
}
.AnyTagClassName
{
color: #31CFCB;
}
</style>
background-color css
<style>
a { background-color: #31CFCB; }
a { background-color: rgb(49,207,203); }
div.DivClassName
{
background-color: #31CFCB;
}
.BgClassName
{
background-color: #31CFCB;
}
</style>
border-color css
<style>
span { border-color: #31CFCB; }
span { border-color: rgb(49,207,203); }
td.TdClassName
{
border-color: #31CFCB;
}
.TagClassName
{
border-color: #31CFCB;
}
</style>