Shades of Turquoise #31FBCB
Tints of Turquoise #31FBCB
RGB
CMYK
RGB Variations
Color information
#31FBCB (or 0x31FBCB) is known color: Turquoise. HEX triplet: 31, FB and CB. RGB value is (49,251,203). Sum of RGB (Red+Green+Blue) = 49+251+203=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBCB is #CE0434. Grayscale: #B9B9B9. Windows color (decimal): -13501493 or 13368113. OLE color: 13368113.
HSL color Cylindrical-coordinate representation of color #31FBCB: hue angle of 165.74º degrees, saturation: 0.96, 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 #31FBCB is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 203 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.02 |
| HSL | 165.74º | 0.96% | 0.59% | - |
| HSV(B) | 165.74º | 0.8% | 0.98% | - |
| XYZ | 46.54 | 73.96 | 68.32 | - |
| YUV | 185.13 | 138.08 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 203 | 0.80 | 0 | 0.19 | 0.02 | 165.74 | 0.96 | 0.59 |
| Hex | 31 | FB | CB | 50 | 0 | 13 | 2 | A6 | 60 | 3B |
| Octal | 61 | 373 | 313 | 120 | 0 | 23 | 2 | 246 | 140 | 73 |
| Binary | 110001 | 11111011 | 11001011 | 1010000 | 0 | 10011 | 10 | 10100110 | 1100000 | 111011 |
Color Harmonies of #31FBCB
Complementary color
Monochromatic Colors of #31FBCB
Black with #31FBCB
Text Example
Text Example
White with #31FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBCB; }
p { color: rgb(49,251,203); }
H1.HeaderClassName
{
color: #31FBCB;
}
.AnyTagClassName
{
color: #31FBCB;
}
</style>
background-color css
<style>
a { background-color: #31FBCB; }
a { background-color: rgb(49,251,203); }
div.DivClassName
{
background-color: #31FBCB;
}
.BgClassName
{
background-color: #31FBCB;
}
</style>
border-color css
<style>
span { border-color: #31FBCB; }
span { border-color: rgb(49,251,203); }
td.TdClassName
{
border-color: #31FBCB;
}
.TagClassName
{
border-color: #31FBCB;
}
</style>