Shades of Medium Turquoise #31CFC8
Tints of Medium Turquoise #31CFC8
RGB
CMYK
RGB Variations
Color information
#31CFC8 (or 0x31CFC8) is known color: Medium Turquoise. HEX triplet: 31, CF and C8. RGB value is (49,207,200). Sum of RGB (Red+Green+Blue) = 49+207+200=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #31CFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFC8 is #CE3037. Grayscale: #9E9E9E. Windows color (decimal): -13512760 or 13160241. OLE color: 13160241.
HSL color Cylindrical-coordinate representation of color #31CFC8: hue angle of 177.34º 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 #31CFC8 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 200 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.19 |
| HSL | 177.34º | 0.62% | 0.5% | - |
| HSV(B) | 177.34º | 0.76% | 0.81% | - |
| XYZ | 34 | 49.45 | 62.4 | - |
| YUV | 158.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 200 | 0.76 | 0 | 0.03 | 0.19 | 177.34 | 0.62 | 0.5 |
| Hex | 31 | CF | C8 | 4C | 0 | 3 | 13 | B1 | 3E | 32 |
| Octal | 61 | 317 | 310 | 114 | 0 | 3 | 23 | 261 | 76 | 62 |
| Binary | 110001 | 11001111 | 11001000 | 1001100 | 0 | 11 | 10011 | 10110001 | 111110 | 110010 |
Color Harmonies of #31CFC8
Complementary color
Monochromatic Colors of #31CFC8
Black with #31CFC8
Text Example
Text Example
White with #31CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFC8; }
p { color: rgb(49,207,200); }
H1.HeaderClassName
{
color: #31CFC8;
}
.AnyTagClassName
{
color: #31CFC8;
}
</style>
background-color css
<style>
a { background-color: #31CFC8; }
a { background-color: rgb(49,207,200); }
div.DivClassName
{
background-color: #31CFC8;
}
.BgClassName
{
background-color: #31CFC8;
}
</style>
border-color css
<style>
span { border-color: #31CFC8; }
span { border-color: rgb(49,207,200); }
td.TdClassName
{
border-color: #31CFC8;
}
.TagClassName
{
border-color: #31CFC8;
}
</style>