Shades of Turquoise #1FE2BF
Tints of Turquoise #1FE2BF
RGB
CMYK
RGB Variations
Color information
#1FE2BF (or 0x1FE2BF) is known color: Turquoise. HEX triplet: 1F, E2 and BF. RGB value is (31,226,191). Sum of RGB (Red+Green+Blue) = 31+226+191=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #1FE2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE2BF is #E01D40. Grayscale: #A3A3A3. Windows color (decimal): -14687553 or 12575263. OLE color: 12575263.
HSL color Cylindrical-coordinate representation of color #1FE2BF: hue angle of 169.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE2BF is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 226 | 191 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.11 |
| HSL | 169.23º | 0.77% | 0.5% | - |
| HSV(B) | 169.23º | 0.86% | 0.89% | - |
| XYZ | 37.17 | 58.45 | 58.61 | - |
| YUV | 163.71 | 143.4 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 226 | 191 | 0.86 | 0 | 0.15 | 0.11 | 169.23 | 0.77 | 0.5 |
| Hex | 1F | E2 | BF | 56 | 0 | F | B | A9 | 4D | 32 |
| Octal | 37 | 342 | 277 | 126 | 0 | 17 | 13 | 251 | 115 | 62 |
| Binary | 11111 | 11100010 | 10111111 | 1010110 | 0 | 1111 | 1011 | 10101001 | 1001101 | 110010 |
Color Harmonies of #1FE2BF
Complementary color
Monochromatic Colors of #1FE2BF
Black with #1FE2BF
Text Example
Text Example
White with #1FE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE2BF; }
p { color: rgb(31,226,191); }
H1.HeaderClassName
{
color: #1FE2BF;
}
.AnyTagClassName
{
color: #1FE2BF;
}
</style>
background-color css
<style>
a { background-color: #1FE2BF; }
a { background-color: rgb(31,226,191); }
div.DivClassName
{
background-color: #1FE2BF;
}
.BgClassName
{
background-color: #1FE2BF;
}
</style>
border-color css
<style>
span { border-color: #1FE2BF; }
span { border-color: rgb(31,226,191); }
td.TdClassName
{
border-color: #1FE2BF;
}
.TagClassName
{
border-color: #1FE2BF;
}
</style>