Shades of Medium Turquoise #31CFDC
Tints of Medium Turquoise #31CFDC
RGB
CMYK
RGB Variations
Color information
#31CFDC (or 0x31CFDC) is known color: Medium Turquoise. HEX triplet: 31, CF and DC. RGB value is (49,207,220). Sum of RGB (Red+Green+Blue) = 49+207+220=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #31CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFDC is #CE3023. Grayscale: #A1A1A1. Windows color (decimal): -13512740 or 14470961. OLE color: 14470961.
HSL color Cylindrical-coordinate representation of color #31CFDC: hue angle of 184.56º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CFDC is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 207 | 220 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.14 |
| HSL | 184.56º | 0.71% | 0.53% | - |
| HSV(B) | 184.56º | 0.78% | 0.86% | - |
| XYZ | 36.5 | 50.45 | 75.52 | - |
| YUV | 161.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 220 | 0.78 | 0.06 | 0 | 0.14 | 184.56 | 0.71 | 0.53 |
| Hex | 31 | CF | DC | 4E | 6 | 0 | E | B9 | 47 | 35 |
| Octal | 61 | 317 | 334 | 116 | 6 | 0 | 16 | 271 | 107 | 65 |
| Binary | 110001 | 11001111 | 11011100 | 1001110 | 110 | 0 | 1110 | 10111001 | 1000111 | 110101 |
Color Harmonies of #31CFDC
Complementary color
Monochromatic Colors of #31CFDC
Black with #31CFDC
Text Example
Text Example
White with #31CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFDC; }
p { color: rgb(49,207,220); }
H1.HeaderClassName
{
color: #31CFDC;
}
.AnyTagClassName
{
color: #31CFDC;
}
</style>
background-color css
<style>
a { background-color: #31CFDC; }
a { background-color: rgb(49,207,220); }
div.DivClassName
{
background-color: #31CFDC;
}
.BgClassName
{
background-color: #31CFDC;
}
</style>
border-color css
<style>
span { border-color: #31CFDC; }
span { border-color: rgb(49,207,220); }
td.TdClassName
{
border-color: #31CFDC;
}
.TagClassName
{
border-color: #31CFDC;
}
</style>