Shades of Medium Turquoise #31CEDD
Tints of Medium Turquoise #31CEDD
RGB
CMYK
RGB Variations
Color information
#31CEDD (or 0x31CEDD) is known color: Medium Turquoise. HEX triplet: 31, CE and DD. RGB value is (49,206,221). Sum of RGB (Red+Green+Blue) = 49+206+221=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #31CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEDD is #CE3122. Grayscale: #A0A0A0. Windows color (decimal): -13512995 or 14536241. OLE color: 14536241.
HSL color Cylindrical-coordinate representation of color #31CEDD: hue angle of 185.23º degrees, saturation: 0.72, 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 #31CEDD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 206 | 221 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.13 |
| HSL | 185.23º | 0.72% | 0.53% | - |
| HSV(B) | 185.23º | 0.78% | 0.87% | - |
| XYZ | 36.39 | 50.02 | 76.14 | - |
| YUV | 160.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 221 | 0.78 | 0.07 | 0 | 0.13 | 185.23 | 0.72 | 0.53 |
| Hex | 31 | CE | DD | 4E | 7 | 0 | D | B9 | 48 | 35 |
| Octal | 61 | 316 | 335 | 116 | 7 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110001 | 11001110 | 11011101 | 1001110 | 111 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #31CEDD
Complementary color
Monochromatic Colors of #31CEDD
Black with #31CEDD
Text Example
Text Example
White with #31CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CEDD; }
p { color: rgb(49,206,221); }
H1.HeaderClassName
{
color: #31CEDD;
}
.AnyTagClassName
{
color: #31CEDD;
}
</style>
background-color css
<style>
a { background-color: #31CEDD; }
a { background-color: rgb(49,206,221); }
div.DivClassName
{
background-color: #31CEDD;
}
.BgClassName
{
background-color: #31CEDD;
}
</style>
border-color css
<style>
span { border-color: #31CEDD; }
span { border-color: rgb(49,206,221); }
td.TdClassName
{
border-color: #31CEDD;
}
.TagClassName
{
border-color: #31CEDD;
}
</style>