Shades of Turquoise #31FDCB
Tints of Turquoise #31FDCB
RGB
CMYK
RGB Variations
Color information
#31FDCB (or 0x31FDCB) is known color: Turquoise. HEX triplet: 31, FD and CB. RGB value is (49,253,203). Sum of RGB (Red+Green+Blue) = 49+253+203=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDCB is #CE0234. Grayscale: #BABABA. Windows color (decimal): -13500981 or 13368625. OLE color: 13368625.
HSL color Cylindrical-coordinate representation of color #31FDCB: hue angle of 165.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FDCB is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 203 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.01 |
| HSL | 165.29º | 0.98% | 0.59% | - |
| HSV(B) | 165.29º | 0.81% | 0.99% | - |
| XYZ | 47.17 | 75.22 | 68.53 | - |
| YUV | 186.3 | 137.41 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 203 | 0.81 | 0 | 0.20 | 0.01 | 165.29 | 0.98 | 0.59 |
| Hex | 31 | FD | CB | 51 | 0 | 14 | 1 | A5 | 62 | 3B |
| Octal | 61 | 375 | 313 | 121 | 0 | 24 | 1 | 245 | 142 | 73 |
| Binary | 110001 | 11111101 | 11001011 | 1010001 | 0 | 10100 | 1 | 10100101 | 1100010 | 111011 |
Color Harmonies of #31FDCB
Complementary color
Monochromatic Colors of #31FDCB
Black with #31FDCB
Text Example
Text Example
White with #31FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDCB; }
p { color: rgb(49,253,203); }
H1.HeaderClassName
{
color: #31FDCB;
}
.AnyTagClassName
{
color: #31FDCB;
}
</style>
background-color css
<style>
a { background-color: #31FDCB; }
a { background-color: rgb(49,253,203); }
div.DivClassName
{
background-color: #31FDCB;
}
.BgClassName
{
background-color: #31FDCB;
}
</style>
border-color css
<style>
span { border-color: #31FDCB; }
span { border-color: rgb(49,253,203); }
td.TdClassName
{
border-color: #31FDCB;
}
.TagClassName
{
border-color: #31FDCB;
}
</style>