Shades of Turquoise #31DCE2
Tints of Turquoise #31DCE2
RGB
CMYK
RGB Variations
Color information
#31DCE2 (or 0x31DCE2) is known color: Turquoise. HEX triplet: 31, DC and E2. RGB value is (49,220,226). Sum of RGB (Red+Green+Blue) = 49+220+226=495 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.90% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #31DCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCE2 is #CE231D. Grayscale: #A9A9A9. Windows color (decimal): -13509406 or 14867505. OLE color: 14867505.
HSL color Cylindrical-coordinate representation of color #31DCE2: hue angle of 182.03º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCE2 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 220 | 226 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.11 |
| HSL | 182.03º | 0.75% | 0.54% | - |
| HSV(B) | 182.03º | 0.78% | 0.89% | - |
| XYZ | 40.59 | 57.33 | 80.88 | - |
| YUV | 169.56 | 159.85 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 226 | 0.78 | 0.03 | 0 | 0.11 | 182.03 | 0.75 | 0.54 |
| Hex | 31 | DC | E2 | 4E | 3 | 0 | B | B6 | 4B | 36 |
| Octal | 61 | 334 | 342 | 116 | 3 | 0 | 13 | 266 | 113 | 66 |
| Binary | 110001 | 11011100 | 11100010 | 1001110 | 11 | 0 | 1011 | 10110110 | 1001011 | 110110 |
Color Harmonies of #31DCE2
Complementary color
Monochromatic Colors of #31DCE2
Black with #31DCE2
Text Example
Text Example
White with #31DCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCE2; }
p { color: rgb(49,220,226); }
H1.HeaderClassName
{
color: #31DCE2;
}
.AnyTagClassName
{
color: #31DCE2;
}
</style>
background-color css
<style>
a { background-color: #31DCE2; }
a { background-color: rgb(49,220,226); }
div.DivClassName
{
background-color: #31DCE2;
}
.BgClassName
{
background-color: #31DCE2;
}
</style>
border-color css
<style>
span { border-color: #31DCE2; }
span { border-color: rgb(49,220,226); }
td.TdClassName
{
border-color: #31DCE2;
}
.TagClassName
{
border-color: #31DCE2;
}
</style>