Shades of Turquoise #31EDF4
Tints of Turquoise #31EDF4
RGB
CMYK
RGB Variations
Color information
#31EDF4 (or 0x31EDF4) is known color: Turquoise. HEX triplet: 31, ED and F4. RGB value is (49,237,244). Sum of RGB (Red+Green+Blue) = 49+237+244=530 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.25% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #31EDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EDF4 is #CE120B. Grayscale: #B5B5B5. Windows color (decimal): -13505036 or 16051505. OLE color: 16051505.
HSL color Cylindrical-coordinate representation of color #31EDF4: hue angle of 182.15º 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 #31EDF4 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 237 | 244 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.04 |
| HSL | 182.15º | 0.9% | 0.57% | - |
| HSV(B) | 182.15º | 0.8% | 0.96% | - |
| XYZ | 47.88 | 67.75 | 96.14 | - |
| YUV | 181.59 | 163.22 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 244 | 0.80 | 0.03 | 0 | 0.04 | 182.15 | 0.9 | 0.57 |
| Hex | 31 | ED | F4 | 50 | 3 | 0 | 4 | B6 | 5A | 39 |
| Octal | 61 | 355 | 364 | 120 | 3 | 0 | 4 | 266 | 132 | 71 |
| Binary | 110001 | 11101101 | 11110100 | 1010000 | 11 | 0 | 100 | 10110110 | 1011010 | 111001 |
Color Harmonies of #31EDF4
Complementary color
Monochromatic Colors of #31EDF4
Black with #31EDF4
Text Example
Text Example
White with #31EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDF4; }
p { color: rgb(49,237,244); }
H1.HeaderClassName
{
color: #31EDF4;
}
.AnyTagClassName
{
color: #31EDF4;
}
</style>
background-color css
<style>
a { background-color: #31EDF4; }
a { background-color: rgb(49,237,244); }
div.DivClassName
{
background-color: #31EDF4;
}
.BgClassName
{
background-color: #31EDF4;
}
</style>
border-color css
<style>
span { border-color: #31EDF4; }
span { border-color: rgb(49,237,244); }
td.TdClassName
{
border-color: #31EDF4;
}
.TagClassName
{
border-color: #31EDF4;
}
</style>