Shades of Turquoise #31DECF
Tints of Turquoise #31DECF
RGB
CMYK
RGB Variations
Color information
#31DECF (or 0x31DECF) is known color: Turquoise. HEX triplet: 31, DE and CF. RGB value is (49,222,207). Sum of RGB (Red+Green+Blue) = 49+222+207=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #31DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DECF is #CE2130. Grayscale: #A8A8A8. Windows color (decimal): -13508913 or 13622833. OLE color: 13622833.
HSL color Cylindrical-coordinate representation of color #31DECF: hue angle of 174.8º 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 #31DECF is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 207 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.13 |
| HSL | 174.8º | 0.72% | 0.53% | - |
| HSV(B) | 174.8º | 0.78% | 0.87% | - |
| XYZ | 38.65 | 57.4 | 68.07 | - |
| YUV | 168.56 | 149.69 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 207 | 0.78 | 0 | 0.07 | 0.13 | 174.8 | 0.72 | 0.53 |
| Hex | 31 | DE | CF | 4E | 0 | 7 | D | AF | 48 | 35 |
| Octal | 61 | 336 | 317 | 116 | 0 | 7 | 15 | 257 | 110 | 65 |
| Binary | 110001 | 11011110 | 11001111 | 1001110 | 0 | 111 | 1101 | 10101111 | 1001000 | 110101 |
Color Harmonies of #31DECF
Complementary color
Monochromatic Colors of #31DECF
Black with #31DECF
Text Example
Text Example
White with #31DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DECF; }
p { color: rgb(49,222,207); }
H1.HeaderClassName
{
color: #31DECF;
}
.AnyTagClassName
{
color: #31DECF;
}
</style>
background-color css
<style>
a { background-color: #31DECF; }
a { background-color: rgb(49,222,207); }
div.DivClassName
{
background-color: #31DECF;
}
.BgClassName
{
background-color: #31DECF;
}
</style>
border-color css
<style>
span { border-color: #31DECF; }
span { border-color: rgb(49,222,207); }
td.TdClassName
{
border-color: #31DECF;
}
.TagClassName
{
border-color: #31DECF;
}
</style>