Shades of Turquoise #31DECB
Tints of Turquoise #31DECB
RGB
CMYK
RGB Variations
Color information
#31DECB (or 0x31DECB) is known color: Turquoise. HEX triplet: 31, DE and CB. RGB value is (49,222,203). Sum of RGB (Red+Green+Blue) = 49+222+203=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #31DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DECB is #CE2134. Grayscale: #A8A8A8. Windows color (decimal): -13508917 or 13360689. OLE color: 13360689.
HSL color Cylindrical-coordinate representation of color #31DECB: hue angle of 173.41º 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 #31DECB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 203 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.13 |
| HSL | 173.41º | 0.72% | 0.53% | - |
| HSV(B) | 173.41º | 0.78% | 0.87% | - |
| XYZ | 38.17 | 57.21 | 65.53 | - |
| YUV | 168.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 203 | 0.78 | 0 | 0.09 | 0.13 | 173.41 | 0.72 | 0.53 |
| Hex | 31 | DE | CB | 4E | 0 | 9 | D | AD | 48 | 35 |
| Octal | 61 | 336 | 313 | 116 | 0 | 11 | 15 | 255 | 110 | 65 |
| Binary | 110001 | 11011110 | 11001011 | 1001110 | 0 | 1001 | 1101 | 10101101 | 1001000 | 110101 |
Color Harmonies of #31DECB
Complementary color
Monochromatic Colors of #31DECB
Black with #31DECB
Text Example
Text Example
White with #31DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DECB; }
p { color: rgb(49,222,203); }
H1.HeaderClassName
{
color: #31DECB;
}
.AnyTagClassName
{
color: #31DECB;
}
</style>
background-color css
<style>
a { background-color: #31DECB; }
a { background-color: rgb(49,222,203); }
div.DivClassName
{
background-color: #31DECB;
}
.BgClassName
{
background-color: #31DECB;
}
</style>
border-color css
<style>
span { border-color: #31DECB; }
span { border-color: rgb(49,222,203); }
td.TdClassName
{
border-color: #31DECB;
}
.TagClassName
{
border-color: #31DECB;
}
</style>