Shades of Medium Turquoise #31CFD1
Tints of Medium Turquoise #31CFD1
RGB
CMYK
RGB Variations
Color information
#31CFD1 (or 0x31CFD1) is known color: Medium Turquoise. HEX triplet: 31, CF and D1. RGB value is (49,207,209). Sum of RGB (Red+Green+Blue) = 49+207+209=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #31CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFD1 is #CE302E. Grayscale: #9F9F9F. Windows color (decimal): -13512751 or 13750065. OLE color: 13750065.
HSL color Cylindrical-coordinate representation of color #31CFD1: hue angle of 180.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31CFD1 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 207 | 209 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.18 |
| HSL | 180.75º | 0.63% | 0.51% | - |
| HSV(B) | 180.75º | 0.77% | 0.82% | - |
| XYZ | 35.09 | 49.88 | 68.1 | - |
| YUV | 159.99 | 155.65 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 209 | 0.77 | 0.01 | 0 | 0.18 | 180.75 | 0.63 | 0.51 |
| Hex | 31 | CF | D1 | 4D | 1 | 0 | 12 | B5 | 3F | 33 |
| Octal | 61 | 317 | 321 | 115 | 1 | 0 | 22 | 265 | 77 | 63 |
| Binary | 110001 | 11001111 | 11010001 | 1001101 | 1 | 0 | 10010 | 10110101 | 111111 | 110011 |
Color Harmonies of #31CFD1
Complementary color
Monochromatic Colors of #31CFD1
Black with #31CFD1
Text Example
Text Example
White with #31CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFD1; }
p { color: rgb(49,207,209); }
H1.HeaderClassName
{
color: #31CFD1;
}
.AnyTagClassName
{
color: #31CFD1;
}
</style>
background-color css
<style>
a { background-color: #31CFD1; }
a { background-color: rgb(49,207,209); }
div.DivClassName
{
background-color: #31CFD1;
}
.BgClassName
{
background-color: #31CFD1;
}
</style>
border-color css
<style>
span { border-color: #31CFD1; }
span { border-color: rgb(49,207,209); }
td.TdClassName
{
border-color: #31CFD1;
}
.TagClassName
{
border-color: #31CFD1;
}
</style>