Shades of Turquoise #31EEF3
Tints of Turquoise #31EEF3
RGB
CMYK
RGB Variations
Color information
#31EEF3 (or 0x31EEF3) is known color: Turquoise. HEX triplet: 31, EE and F3. RGB value is (49,238,243). Sum of RGB (Red+Green+Blue) = 49+238+243=530 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.25% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #31EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EEF3 is #CE110C. Grayscale: #B5B5B5. Windows color (decimal): -13504781 or 15986225. OLE color: 15986225.
HSL color Cylindrical-coordinate representation of color #31EEF3: hue angle of 181.55º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31EEF3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 238 | 243 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.05 |
| HSL | 181.55º | 0.89% | 0.57% | - |
| HSV(B) | 181.55º | 0.8% | 0.95% | - |
| XYZ | 48.02 | 68.27 | 95.44 | - |
| YUV | 182.06 | 162.38 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 243 | 0.80 | 0.02 | 0 | 0.05 | 181.55 | 0.89 | 0.57 |
| Hex | 31 | EE | F3 | 50 | 2 | 0 | 5 | B6 | 59 | 39 |
| Octal | 61 | 356 | 363 | 120 | 2 | 0 | 5 | 266 | 131 | 71 |
| Binary | 110001 | 11101110 | 11110011 | 1010000 | 10 | 0 | 101 | 10110110 | 1011001 | 111001 |
Color Harmonies of #31EEF3
Complementary color
Monochromatic Colors of #31EEF3
Black with #31EEF3
Text Example
Text Example
White with #31EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EEF3; }
p { color: rgb(49,238,243); }
H1.HeaderClassName
{
color: #31EEF3;
}
.AnyTagClassName
{
color: #31EEF3;
}
</style>
background-color css
<style>
a { background-color: #31EEF3; }
a { background-color: rgb(49,238,243); }
div.DivClassName
{
background-color: #31EEF3;
}
.BgClassName
{
background-color: #31EEF3;
}
</style>
border-color css
<style>
span { border-color: #31EEF3; }
span { border-color: rgb(49,238,243); }
td.TdClassName
{
border-color: #31EEF3;
}
.TagClassName
{
border-color: #31EEF3;
}
</style>