Shades of Medium Turquoise #31CEDF
Tints of Medium Turquoise #31CEDF
RGB
CMYK
RGB Variations
Color information
#31CEDF (or 0x31CEDF) is known color: Medium Turquoise. HEX triplet: 31, CE and DF. RGB value is (49,206,223). Sum of RGB (Red+Green+Blue) = 49+206+223=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #31CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEDF is #CE3120. Grayscale: #A0A0A0. Windows color (decimal): -13512993 or 14667313. OLE color: 14667313.
HSL color Cylindrical-coordinate representation of color #31CEDF: hue angle of 185.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CEDF is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 206 | 223 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.13 |
| HSL | 185.86º | 0.73% | 0.53% | - |
| HSV(B) | 185.86º | 0.78% | 0.87% | - |
| XYZ | 36.66 | 50.12 | 77.55 | - |
| YUV | 161 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 223 | 0.78 | 0.08 | 0 | 0.13 | 185.86 | 0.73 | 0.53 |
| Hex | 31 | CE | DF | 4E | 8 | 0 | D | BA | 49 | 35 |
| Octal | 61 | 316 | 337 | 116 | 10 | 0 | 15 | 272 | 111 | 65 |
| Binary | 110001 | 11001110 | 11011111 | 1001110 | 1000 | 0 | 1101 | 10111010 | 1001001 | 110101 |
Color Harmonies of #31CEDF
Complementary color
Monochromatic Colors of #31CEDF
Black with #31CEDF
Text Example
Text Example
White with #31CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEDF; }
p { color: rgb(49,206,223); }
H1.HeaderClassName
{
color: #31CEDF;
}
.AnyTagClassName
{
color: #31CEDF;
}
</style>
background-color css
<style>
a { background-color: #31CEDF; }
a { background-color: rgb(49,206,223); }
div.DivClassName
{
background-color: #31CEDF;
}
.BgClassName
{
background-color: #31CEDF;
}
</style>
border-color css
<style>
span { border-color: #31CEDF; }
span { border-color: rgb(49,206,223); }
td.TdClassName
{
border-color: #31CEDF;
}
.TagClassName
{
border-color: #31CEDF;
}
</style>