Shades of Turquoise #31F6CB
Tints of Turquoise #31F6CB
RGB
CMYK
RGB Variations
Color information
#31F6CB (or 0x31F6CB) is known color: Turquoise. HEX triplet: 31, F6 and CB. RGB value is (49,246,203). Sum of RGB (Red+Green+Blue) = 49+246+203=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #31F6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F6CB is #CE0934. Grayscale: #B6B6B6. Windows color (decimal): -13502773 or 13366833. OLE color: 13366833.
HSL color Cylindrical-coordinate representation of color #31F6CB: hue angle of 166.9º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F6CB is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 203 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.04 |
| HSL | 166.9º | 0.92% | 0.58% | - |
| HSV(B) | 166.9º | 0.8% | 0.96% | - |
| XYZ | 45 | 70.88 | 67.81 | - |
| YUV | 182.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 203 | 0.80 | 0 | 0.17 | 0.04 | 166.9 | 0.92 | 0.58 |
| Hex | 31 | F6 | CB | 50 | 0 | 11 | 4 | A7 | 5C | 3A |
| Octal | 61 | 366 | 313 | 120 | 0 | 21 | 4 | 247 | 134 | 72 |
| Binary | 110001 | 11110110 | 11001011 | 1010000 | 0 | 10001 | 100 | 10100111 | 1011100 | 111010 |
Color Harmonies of #31F6CB
Complementary color
Monochromatic Colors of #31F6CB
Black with #31F6CB
Text Example
Text Example
White with #31F6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F6CB; }
p { color: rgb(49,246,203); }
H1.HeaderClassName
{
color: #31F6CB;
}
.AnyTagClassName
{
color: #31F6CB;
}
</style>
background-color css
<style>
a { background-color: #31F6CB; }
a { background-color: rgb(49,246,203); }
div.DivClassName
{
background-color: #31F6CB;
}
.BgClassName
{
background-color: #31F6CB;
}
</style>
border-color css
<style>
span { border-color: #31F6CB; }
span { border-color: rgb(49,246,203); }
td.TdClassName
{
border-color: #31F6CB;
}
.TagClassName
{
border-color: #31F6CB;
}
</style>