Shades of Medium Turquoise #31CAD2
Tints of Medium Turquoise #31CAD2
RGB
CMYK
RGB Variations
Color information
#31CAD2 (or 0x31CAD2) is known color: Medium Turquoise. HEX triplet: 31, CA and D2. RGB value is (49,202,210). Sum of RGB (Red+Green+Blue) = 49+202+210=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #31CAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAD2 is #CE352D. Grayscale: #9C9C9C. Windows color (decimal): -13514030 or 13814321. OLE color: 13814321.
HSL color Cylindrical-coordinate representation of color #31CAD2: hue angle of 182.98º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31CAD2 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 202 | 210 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.18 |
| HSL | 182.98º | 0.64% | 0.51% | - |
| HSV(B) | 182.98º | 0.77% | 0.82% | - |
| XYZ | 34.02 | 47.55 | 68.36 | - |
| YUV | 157.17 | 157.81 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 210 | 0.77 | 0.04 | 0 | 0.18 | 182.98 | 0.64 | 0.51 |
| Hex | 31 | CA | D2 | 4D | 4 | 0 | 12 | B7 | 40 | 33 |
| Octal | 61 | 312 | 322 | 115 | 4 | 0 | 22 | 267 | 100 | 63 |
| Binary | 110001 | 11001010 | 11010010 | 1001101 | 100 | 0 | 10010 | 10110111 | 1000000 | 110011 |
Color Harmonies of #31CAD2
Complementary color
Monochromatic Colors of #31CAD2
Black with #31CAD2
Text Example
Text Example
White with #31CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAD2; }
p { color: rgb(49,202,210); }
H1.HeaderClassName
{
color: #31CAD2;
}
.AnyTagClassName
{
color: #31CAD2;
}
</style>
background-color css
<style>
a { background-color: #31CAD2; }
a { background-color: rgb(49,202,210); }
div.DivClassName
{
background-color: #31CAD2;
}
.BgClassName
{
background-color: #31CAD2;
}
</style>
border-color css
<style>
span { border-color: #31CAD2; }
span { border-color: rgb(49,202,210); }
td.TdClassName
{
border-color: #31CAD2;
}
.TagClassName
{
border-color: #31CAD2;
}
</style>