Shades of Turquoise #1FE5BA
Tints of Turquoise #1FE5BA
RGB
CMYK
RGB Variations
Color information
#1FE5BA (or 0x1FE5BA) is known color: Turquoise. HEX triplet: 1F, E5 and BA. RGB value is (31,229,186). Sum of RGB (Red+Green+Blue) = 31+229+186=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE5BA is #E01A45. Grayscale: #A4A4A4. Windows color (decimal): -14686790 or 12248351. OLE color: 12248351.
HSL color Cylindrical-coordinate representation of color #1FE5BA: hue angle of 166.97º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE5BA is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 229 | 186 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.10 |
| HSL | 166.97º | 0.79% | 0.51% | - |
| HSV(B) | 166.97º | 0.86% | 0.9% | - |
| XYZ | 37.45 | 59.88 | 56.04 | - |
| YUV | 164.9 | 139.9 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 229 | 186 | 0.86 | 0 | 0.19 | 0.10 | 166.97 | 0.79 | 0.51 |
| Hex | 1F | E5 | BA | 56 | 0 | 13 | A | A7 | 4F | 33 |
| Octal | 37 | 345 | 272 | 126 | 0 | 23 | 12 | 247 | 117 | 63 |
| Binary | 11111 | 11100101 | 10111010 | 1010110 | 0 | 10011 | 1010 | 10100111 | 1001111 | 110011 |
Color Harmonies of #1FE5BA
Complementary color
Monochromatic Colors of #1FE5BA
Black with #1FE5BA
Text Example
Text Example
White with #1FE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE5BA; }
p { color: rgb(31,229,186); }
H1.HeaderClassName
{
color: #1FE5BA;
}
.AnyTagClassName
{
color: #1FE5BA;
}
</style>
background-color css
<style>
a { background-color: #1FE5BA; }
a { background-color: rgb(31,229,186); }
div.DivClassName
{
background-color: #1FE5BA;
}
.BgClassName
{
background-color: #1FE5BA;
}
</style>
border-color css
<style>
span { border-color: #1FE5BA; }
span { border-color: rgb(31,229,186); }
td.TdClassName
{
border-color: #1FE5BA;
}
.TagClassName
{
border-color: #1FE5BA;
}
</style>