Shades of Turquoise #31FFCB
Tints of Turquoise #31FFCB
RGB
CMYK
RGB Variations
Color information
#31FFCB (or 0x31FFCB) is known color: Turquoise. HEX triplet: 31, FF and CB. RGB value is (49,255,203). Sum of RGB (Red+Green+Blue) = 49+255+203=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFCB is #CE0034. Grayscale: #BBBBBB. Windows color (decimal): -13500469 or 13369137. OLE color: 13369137.
HSL color Cylindrical-coordinate representation of color #31FFCB: hue angle of 164.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFCB is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 203 | - |
| CMYK | 0.81 | 0 | 0.20 | 0 |
| HSL | 164.85º | 1% | 0.6% | - |
| HSV(B) | 164.85º | 0.81% | 1% | - |
| XYZ | 47.81 | 76.48 | 68.74 | - |
| YUV | 187.48 | 136.75 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 203 | 0.81 | 0 | 0.20 | 0 | 164.85 | 1 | 0.6 |
| Hex | 31 | FF | CB | 51 | 0 | 14 | 0 | A5 | 64 | 3C |
| Octal | 61 | 377 | 313 | 121 | 0 | 24 | 0 | 245 | 144 | 74 |
| Binary | 110001 | 11111111 | 11001011 | 1010001 | 0 | 10100 | 0 | 10100101 | 1100100 | 111100 |
Color Harmonies of #31FFCB
Complementary color
Monochromatic Colors of #31FFCB
Black with #31FFCB
Text Example
Text Example
White with #31FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFCB; }
p { color: rgb(49,255,203); }
H1.HeaderClassName
{
color: #31FFCB;
}
.AnyTagClassName
{
color: #31FFCB;
}
</style>
background-color css
<style>
a { background-color: #31FFCB; }
a { background-color: rgb(49,255,203); }
div.DivClassName
{
background-color: #31FFCB;
}
.BgClassName
{
background-color: #31FFCB;
}
</style>
border-color css
<style>
span { border-color: #31FFCB; }
span { border-color: rgb(49,255,203); }
td.TdClassName
{
border-color: #31FFCB;
}
.TagClassName
{
border-color: #31FFCB;
}
</style>