Shades of Medium Turquoise #31CECF
Tints of Medium Turquoise #31CECF
RGB
CMYK
RGB Variations
Color information
#31CECF (or 0x31CECF) is known color: Medium Turquoise. HEX triplet: 31, CE and CF. RGB value is (49,206,207). Sum of RGB (Red+Green+Blue) = 49+206+207=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #31CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CECF is #CE3130. Grayscale: #9F9F9F. Windows color (decimal): -13513009 or 13618737. OLE color: 13618737.
HSL color Cylindrical-coordinate representation of color #31CECF: hue angle of 180.38º 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 #31CECF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 207 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.19 |
| HSL | 180.38º | 0.62% | 0.5% | - |
| HSV(B) | 180.38º | 0.76% | 0.81% | - |
| XYZ | 34.6 | 49.3 | 66.72 | - |
| YUV | 159.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 207 | 0.76 | 0.00 | 0 | 0.19 | 180.38 | 0.62 | 0.5 |
| Hex | 31 | CE | CF | 4C | 0 | 0 | 13 | B4 | 3E | 32 |
| Octal | 61 | 316 | 317 | 114 | 0 | 0 | 23 | 264 | 76 | 62 |
| Binary | 110001 | 11001110 | 11001111 | 1001100 | 0 | 0 | 10011 | 10110100 | 111110 | 110010 |
Color Harmonies of #31CECF
Complementary color
Monochromatic Colors of #31CECF
Black with #31CECF
Text Example
Text Example
White with #31CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CECF; }
p { color: rgb(49,206,207); }
H1.HeaderClassName
{
color: #31CECF;
}
.AnyTagClassName
{
color: #31CECF;
}
</style>
background-color css
<style>
a { background-color: #31CECF; }
a { background-color: rgb(49,206,207); }
div.DivClassName
{
background-color: #31CECF;
}
.BgClassName
{
background-color: #31CECF;
}
</style>
border-color css
<style>
span { border-color: #31CECF; }
span { border-color: rgb(49,206,207); }
td.TdClassName
{
border-color: #31CECF;
}
.TagClassName
{
border-color: #31CECF;
}
</style>