Shades of Turquoise #31DCEC
Tints of Turquoise #31DCEC
RGB
CMYK
RGB Variations
Color information
#31DCEC (or 0x31DCEC) is known color: Turquoise. HEX triplet: 31, DC and EC. RGB value is (49,220,236). Sum of RGB (Red+Green+Blue) = 49+220+236=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #31DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCEC is #CE2313. Grayscale: #AAAAAA. Windows color (decimal): -13509396 or 15522865. OLE color: 15522865.
HSL color Cylindrical-coordinate representation of color #31DCEC: hue angle of 185.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCEC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 220 | 236 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.07 |
| HSL | 185.13º | 0.83% | 0.56% | - |
| HSV(B) | 185.13º | 0.79% | 0.93% | - |
| XYZ | 42 | 57.9 | 88.32 | - |
| YUV | 170.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 236 | 0.79 | 0.07 | 0 | 0.07 | 185.13 | 0.83 | 0.56 |
| Hex | 31 | DC | EC | 4F | 7 | 0 | 7 | B9 | 53 | 38 |
| Octal | 61 | 334 | 354 | 117 | 7 | 0 | 7 | 271 | 123 | 70 |
| Binary | 110001 | 11011100 | 11101100 | 1001111 | 111 | 0 | 111 | 10111001 | 1010011 | 111000 |
Color Harmonies of #31DCEC
Complementary color
Monochromatic Colors of #31DCEC
Black with #31DCEC
Text Example
Text Example
White with #31DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCEC; }
p { color: rgb(49,220,236); }
H1.HeaderClassName
{
color: #31DCEC;
}
.AnyTagClassName
{
color: #31DCEC;
}
</style>
background-color css
<style>
a { background-color: #31DCEC; }
a { background-color: rgb(49,220,236); }
div.DivClassName
{
background-color: #31DCEC;
}
.BgClassName
{
background-color: #31DCEC;
}
</style>
border-color css
<style>
span { border-color: #31DCEC; }
span { border-color: rgb(49,220,236); }
td.TdClassName
{
border-color: #31DCEC;
}
.TagClassName
{
border-color: #31DCEC;
}
</style>