Shades of Turquoise #31EEF4
Tints of Turquoise #31EEF4
RGB
CMYK
RGB Variations
Color information
#31EEF4 (or 0x31EEF4) is known color: Turquoise. HEX triplet: 31, EE and F4. RGB value is (49,238,244). Sum of RGB (Red+Green+Blue) = 49+238+244=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #31EEF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EEF4 is #CE110B. Grayscale: #B5B5B5. Windows color (decimal): -13504780 or 16051761. OLE color: 16051761.
HSL color Cylindrical-coordinate representation of color #31EEF4: hue angle of 181.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31EEF4 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 238 | 244 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.04 |
| HSL | 181.85º | 0.9% | 0.57% | - |
| HSV(B) | 181.85º | 0.8% | 0.96% | - |
| XYZ | 48.17 | 68.33 | 96.24 | - |
| YUV | 182.17 | 162.88 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 244 | 0.80 | 0.02 | 0 | 0.04 | 181.85 | 0.9 | 0.57 |
| Hex | 31 | EE | F4 | 50 | 2 | 0 | 4 | B6 | 5A | 39 |
| Octal | 61 | 356 | 364 | 120 | 2 | 0 | 4 | 266 | 132 | 71 |
| Binary | 110001 | 11101110 | 11110100 | 1010000 | 10 | 0 | 100 | 10110110 | 1011010 | 111001 |
Color Harmonies of #31EEF4
Complementary color
Monochromatic Colors of #31EEF4
Black with #31EEF4
Text Example
Text Example
White with #31EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EEF4; }
p { color: rgb(49,238,244); }
H1.HeaderClassName
{
color: #31EEF4;
}
.AnyTagClassName
{
color: #31EEF4;
}
</style>
background-color css
<style>
a { background-color: #31EEF4; }
a { background-color: rgb(49,238,244); }
div.DivClassName
{
background-color: #31EEF4;
}
.BgClassName
{
background-color: #31EEF4;
}
</style>
border-color css
<style>
span { border-color: #31EEF4; }
span { border-color: rgb(49,238,244); }
td.TdClassName
{
border-color: #31EEF4;
}
.TagClassName
{
border-color: #31EEF4;
}
</style>