Shades of Medium Turquoise #31CFD0
Tints of Medium Turquoise #31CFD0
RGB
CMYK
RGB Variations
Color information
#31CFD0 (or 0x31CFD0) is known color: Medium Turquoise. HEX triplet: 31, CF and D0. RGB value is (49,207,208). Sum of RGB (Red+Green+Blue) = 49+207+208=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #31CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFD0 is #CE302F. Grayscale: #9F9F9F. Windows color (decimal): -13512752 or 13684529. OLE color: 13684529.
HSL color Cylindrical-coordinate representation of color #31CFD0: hue angle of 180.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CFD0 is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 207 | 208 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.18 |
| HSL | 180.38º | 0.63% | 0.5% | - |
| HSV(B) | 180.38º | 0.76% | 0.82% | - |
| XYZ | 34.96 | 49.83 | 67.45 | - |
| YUV | 159.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 208 | 0.76 | 0.00 | 0 | 0.18 | 180.38 | 0.63 | 0.5 |
| Hex | 31 | CF | D0 | 4C | 0 | 0 | 12 | B4 | 3F | 32 |
| Octal | 61 | 317 | 320 | 114 | 0 | 0 | 22 | 264 | 77 | 62 |
| Binary | 110001 | 11001111 | 11010000 | 1001100 | 0 | 0 | 10010 | 10110100 | 111111 | 110010 |
Color Harmonies of #31CFD0
Complementary color
Monochromatic Colors of #31CFD0
Black with #31CFD0
Text Example
Text Example
White with #31CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFD0; }
p { color: rgb(49,207,208); }
H1.HeaderClassName
{
color: #31CFD0;
}
.AnyTagClassName
{
color: #31CFD0;
}
</style>
background-color css
<style>
a { background-color: #31CFD0; }
a { background-color: rgb(49,207,208); }
div.DivClassName
{
background-color: #31CFD0;
}
.BgClassName
{
background-color: #31CFD0;
}
</style>
border-color css
<style>
span { border-color: #31CFD0; }
span { border-color: rgb(49,207,208); }
td.TdClassName
{
border-color: #31CFD0;
}
.TagClassName
{
border-color: #31CFD0;
}
</style>