Shades of Turquoise #31FBCC
Tints of Turquoise #31FBCC
RGB
CMYK
RGB Variations
Color information
#31FBCC (or 0x31FBCC) is known color: Turquoise. HEX triplet: 31, FB and CC. RGB value is (49,251,204). Sum of RGB (Red+Green+Blue) = 49+251+204=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBCC is #CE0433. Grayscale: #B9B9B9. Windows color (decimal): -13501492 or 13433649. OLE color: 13433649.
HSL color Cylindrical-coordinate representation of color #31FBCC: hue angle of 166.04º 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 #31FBCC is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 204 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.02 |
| HSL | 166.04º | 0.96% | 0.59% | - |
| HSV(B) | 166.04º | 0.8% | 0.98% | - |
| XYZ | 46.66 | 74.01 | 68.95 | - |
| YUV | 185.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 204 | 0.80 | 0 | 0.19 | 0.02 | 166.04 | 0.96 | 0.59 |
| Hex | 31 | FB | CC | 50 | 0 | 13 | 2 | A6 | 60 | 3B |
| Octal | 61 | 373 | 314 | 120 | 0 | 23 | 2 | 246 | 140 | 73 |
| Binary | 110001 | 11111011 | 11001100 | 1010000 | 0 | 10011 | 10 | 10100110 | 1100000 | 111011 |
Color Harmonies of #31FBCC
Complementary color
Monochromatic Colors of #31FBCC
Black with #31FBCC
Text Example
Text Example
White with #31FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBCC; }
p { color: rgb(49,251,204); }
H1.HeaderClassName
{
color: #31FBCC;
}
.AnyTagClassName
{
color: #31FBCC;
}
</style>
background-color css
<style>
a { background-color: #31FBCC; }
a { background-color: rgb(49,251,204); }
div.DivClassName
{
background-color: #31FBCC;
}
.BgClassName
{
background-color: #31FBCC;
}
</style>
border-color css
<style>
span { border-color: #31FBCC; }
span { border-color: rgb(49,251,204); }
td.TdClassName
{
border-color: #31FBCC;
}
.TagClassName
{
border-color: #31FBCC;
}
</style>