Shades of Turquoise #31EFCB
Tints of Turquoise #31EFCB
RGB
CMYK
RGB Variations
Color information
#31EFCB (or 0x31EFCB) is known color: Turquoise. HEX triplet: 31, EF and CB. RGB value is (49,239,203). Sum of RGB (Red+Green+Blue) = 49+239+203=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFCB is #CE1034. Grayscale: #B2B2B2. Windows color (decimal): -13504565 or 13365041. OLE color: 13365041.
HSL color Cylindrical-coordinate representation of color #31EFCB: hue angle of 168.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EFCB is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 203 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.06 |
| HSL | 168.63º | 0.86% | 0.56% | - |
| HSV(B) | 168.63º | 0.79% | 0.94% | - |
| XYZ | 42.91 | 66.7 | 67.11 | - |
| YUV | 178.09 | 142.05 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 203 | 0.79 | 0 | 0.15 | 0.06 | 168.63 | 0.86 | 0.56 |
| Hex | 31 | EF | CB | 4F | 0 | F | 6 | A9 | 56 | 38 |
| Octal | 61 | 357 | 313 | 117 | 0 | 17 | 6 | 251 | 126 | 70 |
| Binary | 110001 | 11101111 | 11001011 | 1001111 | 0 | 1111 | 110 | 10101001 | 1010110 | 111000 |
Color Harmonies of #31EFCB
Complementary color
Monochromatic Colors of #31EFCB
Black with #31EFCB
Text Example
Text Example
White with #31EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EFCB; }
p { color: rgb(49,239,203); }
H1.HeaderClassName
{
color: #31EFCB;
}
.AnyTagClassName
{
color: #31EFCB;
}
</style>
background-color css
<style>
a { background-color: #31EFCB; }
a { background-color: rgb(49,239,203); }
div.DivClassName
{
background-color: #31EFCB;
}
.BgClassName
{
background-color: #31EFCB;
}
</style>
border-color css
<style>
span { border-color: #31EFCB; }
span { border-color: rgb(49,239,203); }
td.TdClassName
{
border-color: #31EFCB;
}
.TagClassName
{
border-color: #31EFCB;
}
</style>