Shades of Turquoise #31FACB
Tints of Turquoise #31FACB
RGB
CMYK
RGB Variations
Color information
#31FACB (or 0x31FACB) is known color: Turquoise. HEX triplet: 31, FA and CB. RGB value is (49,250,203). Sum of RGB (Red+Green+Blue) = 49+250+203=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #31FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FACB is #CE0534. Grayscale: #B8B8B8. Windows color (decimal): -13501749 or 13367857. OLE color: 13367857.
HSL color Cylindrical-coordinate representation of color #31FACB: hue angle of 165.97º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FACB is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 203 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.02 |
| HSL | 165.97º | 0.95% | 0.59% | - |
| HSV(B) | 165.97º | 0.8% | 0.98% | - |
| XYZ | 46.23 | 73.34 | 68.22 | - |
| YUV | 184.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 203 | 0.80 | 0 | 0.19 | 0.02 | 165.97 | 0.95 | 0.59 |
| Hex | 31 | FA | CB | 50 | 0 | 13 | 2 | A6 | 5F | 3B |
| Octal | 61 | 372 | 313 | 120 | 0 | 23 | 2 | 246 | 137 | 73 |
| Binary | 110001 | 11111010 | 11001011 | 1010000 | 0 | 10011 | 10 | 10100110 | 1011111 | 111011 |
Color Harmonies of #31FACB
Complementary color
Monochromatic Colors of #31FACB
Black with #31FACB
Text Example
Text Example
White with #31FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FACB; }
p { color: rgb(49,250,203); }
H1.HeaderClassName
{
color: #31FACB;
}
.AnyTagClassName
{
color: #31FACB;
}
</style>
background-color css
<style>
a { background-color: #31FACB; }
a { background-color: rgb(49,250,203); }
div.DivClassName
{
background-color: #31FACB;
}
.BgClassName
{
background-color: #31FACB;
}
</style>
border-color css
<style>
span { border-color: #31FACB; }
span { border-color: rgb(49,250,203); }
td.TdClassName
{
border-color: #31FACB;
}
.TagClassName
{
border-color: #31FACB;
}
</style>