Shades of Turquoise #1FE4BC
Tints of Turquoise #1FE4BC
RGB
CMYK
RGB Variations
Color information
#1FE4BC (or 0x1FE4BC) is known color: Turquoise. HEX triplet: 1F, E4 and BC. RGB value is (31,228,188). Sum of RGB (Red+Green+Blue) = 31+228+188=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE4BC is #E01B43. Grayscale: #A4A4A4. Windows color (decimal): -14687044 or 12379167. OLE color: 12379167.
HSL color Cylindrical-coordinate representation of color #1FE4BC: hue angle of 167.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE4BC is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 188 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.11 |
| HSL | 167.82º | 0.78% | 0.51% | - |
| HSV(B) | 167.82º | 0.86% | 0.89% | - |
| XYZ | 37.39 | 59.41 | 57.07 | - |
| YUV | 164.54 | 141.23 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 188 | 0.86 | 0 | 0.18 | 0.11 | 167.82 | 0.78 | 0.51 |
| Hex | 1F | E4 | BC | 56 | 0 | 12 | B | A8 | 4E | 33 |
| Octal | 37 | 344 | 274 | 126 | 0 | 22 | 13 | 250 | 116 | 63 |
| Binary | 11111 | 11100100 | 10111100 | 1010110 | 0 | 10010 | 1011 | 10101000 | 1001110 | 110011 |
Color Harmonies of #1FE4BC
Complementary color
Monochromatic Colors of #1FE4BC
Black with #1FE4BC
Text Example
Text Example
White with #1FE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE4BC; }
p { color: rgb(31,228,188); }
H1.HeaderClassName
{
color: #1FE4BC;
}
.AnyTagClassName
{
color: #1FE4BC;
}
</style>
background-color css
<style>
a { background-color: #1FE4BC; }
a { background-color: rgb(31,228,188); }
div.DivClassName
{
background-color: #1FE4BC;
}
.BgClassName
{
background-color: #1FE4BC;
}
</style>
border-color css
<style>
span { border-color: #1FE4BC; }
span { border-color: rgb(31,228,188); }
td.TdClassName
{
border-color: #1FE4BC;
}
.TagClassName
{
border-color: #1FE4BC;
}
</style>