Shades of Turquoise #31DFCB
Tints of Turquoise #31DFCB
RGB
CMYK
RGB Variations
Color information
#31DFCB (or 0x31DFCB) is known color: Turquoise. HEX triplet: 31, DF and CB. RGB value is (49,223,203). Sum of RGB (Red+Green+Blue) = 49+223+203=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFCB is #CE2034. Grayscale: #A8A8A8. Windows color (decimal): -13508661 or 13360945. OLE color: 13360945.
HSL color Cylindrical-coordinate representation of color #31DFCB: hue angle of 173.1º degrees, saturation: 0.73, 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 #31DFCB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 203 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.13 |
| HSL | 173.1º | 0.73% | 0.53% | - |
| HSV(B) | 173.1º | 0.78% | 0.87% | - |
| XYZ | 38.43 | 57.74 | 65.62 | - |
| YUV | 168.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 203 | 0.78 | 0 | 0.09 | 0.13 | 173.1 | 0.73 | 0.53 |
| Hex | 31 | DF | CB | 4E | 0 | 9 | D | AD | 49 | 35 |
| Octal | 61 | 337 | 313 | 116 | 0 | 11 | 15 | 255 | 111 | 65 |
| Binary | 110001 | 11011111 | 11001011 | 1001110 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110101 |
Color Harmonies of #31DFCB
Complementary color
Monochromatic Colors of #31DFCB
Black with #31DFCB
Text Example
Text Example
White with #31DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFCB; }
p { color: rgb(49,223,203); }
H1.HeaderClassName
{
color: #31DFCB;
}
.AnyTagClassName
{
color: #31DFCB;
}
</style>
background-color css
<style>
a { background-color: #31DFCB; }
a { background-color: rgb(49,223,203); }
div.DivClassName
{
background-color: #31DFCB;
}
.BgClassName
{
background-color: #31DFCB;
}
</style>
border-color css
<style>
span { border-color: #31DFCB; }
span { border-color: rgb(49,223,203); }
td.TdClassName
{
border-color: #31DFCB;
}
.TagClassName
{
border-color: #31DFCB;
}
</style>