Shades of Turquoise #31FBE7
Tints of Turquoise #31FBE7
RGB
CMYK
RGB Variations
Color information
#31FBE7 (or 0x31FBE7) is known color: Turquoise. HEX triplet: 31, FB and E7. RGB value is (49,251,231). Sum of RGB (Red+Green+Blue) = 49+251+231=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FBE7 is #CE0418. Grayscale: #BCBCBC. Windows color (decimal): -13501465 or 15203121. OLE color: 15203121.
HSL color Cylindrical-coordinate representation of color #31FBE7: hue angle of 174.06º 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 #31FBE7 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 231 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.02 |
| HSL | 174.06º | 0.96% | 0.59% | - |
| HSV(B) | 174.06º | 0.8% | 0.98% | - |
| XYZ | 50.19 | 75.42 | 87.51 | - |
| YUV | 188.32 | 152.08 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 231 | 0.80 | 0 | 0.08 | 0.02 | 174.06 | 0.96 | 0.59 |
| Hex | 31 | FB | E7 | 50 | 0 | 8 | 2 | AE | 60 | 3B |
| Octal | 61 | 373 | 347 | 120 | 0 | 10 | 2 | 256 | 140 | 73 |
| Binary | 110001 | 11111011 | 11100111 | 1010000 | 0 | 1000 | 10 | 10101110 | 1100000 | 111011 |
Color Harmonies of #31FBE7
Complementary color
Monochromatic Colors of #31FBE7
Black with #31FBE7
Text Example
Text Example
White with #31FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBE7; }
p { color: rgb(49,251,231); }
H1.HeaderClassName
{
color: #31FBE7;
}
.AnyTagClassName
{
color: #31FBE7;
}
</style>
background-color css
<style>
a { background-color: #31FBE7; }
a { background-color: rgb(49,251,231); }
div.DivClassName
{
background-color: #31FBE7;
}
.BgClassName
{
background-color: #31FBE7;
}
</style>
border-color css
<style>
span { border-color: #31FBE7; }
span { border-color: rgb(49,251,231); }
td.TdClassName
{
border-color: #31FBE7;
}
.TagClassName
{
border-color: #31FBE7;
}
</style>