Shades of Turquoise #1FE0BF
Tints of Turquoise #1FE0BF
RGB
CMYK
RGB Variations
Color information
#1FE0BF (or 0x1FE0BF) is known color: Turquoise. HEX triplet: 1F, E0 and BF. RGB value is (31,224,191). Sum of RGB (Red+Green+Blue) = 31+224+191=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE0BF is #E01F40. Grayscale: #A2A2A2. Windows color (decimal): -14688065 or 12574751. OLE color: 12574751.
HSL color Cylindrical-coordinate representation of color #1FE0BF: hue angle of 169.74º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE0BF is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 191 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.12 |
| HSL | 169.74º | 0.76% | 0.5% | - |
| HSV(B) | 169.74º | 0.86% | 0.88% | - |
| XYZ | 36.62 | 57.36 | 58.43 | - |
| YUV | 162.53 | 144.06 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 191 | 0.86 | 0 | 0.15 | 0.12 | 169.74 | 0.76 | 0.5 |
| Hex | 1F | E0 | BF | 56 | 0 | F | C | AA | 4C | 32 |
| Octal | 37 | 340 | 277 | 126 | 0 | 17 | 14 | 252 | 114 | 62 |
| Binary | 11111 | 11100000 | 10111111 | 1010110 | 0 | 1111 | 1100 | 10101010 | 1001100 | 110010 |
Color Harmonies of #1FE0BF
Complementary color
Monochromatic Colors of #1FE0BF
Black with #1FE0BF
Text Example
Text Example
White with #1FE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE0BF; }
p { color: rgb(31,224,191); }
H1.HeaderClassName
{
color: #1FE0BF;
}
.AnyTagClassName
{
color: #1FE0BF;
}
</style>
background-color css
<style>
a { background-color: #1FE0BF; }
a { background-color: rgb(31,224,191); }
div.DivClassName
{
background-color: #1FE0BF;
}
.BgClassName
{
background-color: #1FE0BF;
}
</style>
border-color css
<style>
span { border-color: #1FE0BF; }
span { border-color: rgb(31,224,191); }
td.TdClassName
{
border-color: #1FE0BF;
}
.TagClassName
{
border-color: #1FE0BF;
}
</style>