Shades of Turquoise #31EFFB
Tints of Turquoise #31EFFB
RGB
CMYK
RGB Variations
Color information
#31EFFB (or 0x31EFFB) is known color: Turquoise. HEX triplet: 31, EF and FB. RGB value is (49,239,251). Sum of RGB (Red+Green+Blue) = 49+239+251=539 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.09% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #31EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFFB is #CE1004. Grayscale: #B7B7B7. Windows color (decimal): -13504517 or 16510769. OLE color: 16510769.
HSL color Cylindrical-coordinate representation of color #31EFFB: hue angle of 183.56º 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 #31EFFB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 239 | 251 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.02 |
| HSL | 183.56º | 0.96% | 0.59% | - |
| HSV(B) | 183.56º | 0.8% | 0.98% | - |
| XYZ | 49.55 | 69.35 | 102.04 | - |
| YUV | 183.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 251 | 0.80 | 0.05 | 0 | 0.02 | 183.56 | 0.96 | 0.59 |
| Hex | 31 | EF | FB | 50 | 5 | 0 | 2 | B8 | 60 | 3B |
| Octal | 61 | 357 | 373 | 120 | 5 | 0 | 2 | 270 | 140 | 73 |
| Binary | 110001 | 11101111 | 11111011 | 1010000 | 101 | 0 | 10 | 10111000 | 1100000 | 111011 |
Color Harmonies of #31EFFB
Complementary color
Monochromatic Colors of #31EFFB
Black with #31EFFB
Text Example
Text Example
White with #31EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EFFB; }
p { color: rgb(49,239,251); }
H1.HeaderClassName
{
color: #31EFFB;
}
.AnyTagClassName
{
color: #31EFFB;
}
</style>
background-color css
<style>
a { background-color: #31EFFB; }
a { background-color: rgb(49,239,251); }
div.DivClassName
{
background-color: #31EFFB;
}
.BgClassName
{
background-color: #31EFFB;
}
</style>
border-color css
<style>
span { border-color: #31EFFB; }
span { border-color: rgb(49,239,251); }
td.TdClassName
{
border-color: #31EFFB;
}
.TagClassName
{
border-color: #31EFFB;
}
</style>