Shades of Medium Turquoise #31CDD7
Tints of Medium Turquoise #31CDD7
RGB
CMYK
RGB Variations
Color information
#31CDD7 (or 0x31CDD7) is known color: Medium Turquoise. HEX triplet: 31, CD and D7. RGB value is (49,205,215). Sum of RGB (Red+Green+Blue) = 49+205+215=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #31CDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDD7 is #CE3228. Grayscale: #9F9F9F. Windows color (decimal): -13513257 or 14142769. OLE color: 14142769.
HSL color Cylindrical-coordinate representation of color #31CDD7: hue angle of 183.61º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31CDD7 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 205 | 215 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.16 |
| HSL | 183.61º | 0.67% | 0.52% | - |
| HSV(B) | 183.61º | 0.77% | 0.84% | - |
| XYZ | 35.36 | 49.22 | 71.93 | - |
| YUV | 159.5 | 159.32 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 215 | 0.77 | 0.05 | 0 | 0.16 | 183.61 | 0.67 | 0.52 |
| Hex | 31 | CD | D7 | 4D | 5 | 0 | 10 | B8 | 43 | 34 |
| Octal | 61 | 315 | 327 | 115 | 5 | 0 | 20 | 270 | 103 | 64 |
| Binary | 110001 | 11001101 | 11010111 | 1001101 | 101 | 0 | 10000 | 10111000 | 1000011 | 110100 |
Color Harmonies of #31CDD7
Complementary color
Monochromatic Colors of #31CDD7
Black with #31CDD7
Text Example
Text Example
White with #31CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDD7; }
p { color: rgb(49,205,215); }
H1.HeaderClassName
{
color: #31CDD7;
}
.AnyTagClassName
{
color: #31CDD7;
}
</style>
background-color css
<style>
a { background-color: #31CDD7; }
a { background-color: rgb(49,205,215); }
div.DivClassName
{
background-color: #31CDD7;
}
.BgClassName
{
background-color: #31CDD7;
}
</style>
border-color css
<style>
span { border-color: #31CDD7; }
span { border-color: rgb(49,205,215); }
td.TdClassName
{
border-color: #31CDD7;
}
.TagClassName
{
border-color: #31CDD7;
}
</style>