Shades of Bright Turquoise #1FFDBF
Tints of Bright Turquoise #1FFDBF
RGB
CMYK
RGB Variations
Color information
#1FFDBF (or 0x1FFDBF) is known color: Bright Turquoise. HEX triplet: 1F, FD and BF. RGB value is (31,253,191). Sum of RGB (Red+Green+Blue) = 31+253+191=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDBF is #E00240. Grayscale: #B3B3B3. Windows color (decimal): -14680641 or 12582175. OLE color: 12582175.
HSL color Cylindrical-coordinate representation of color #1FFDBF: hue angle of 163.24º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDBF is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 191 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.01 |
| HSL | 163.24º | 0.98% | 0.56% | - |
| HSV(B) | 163.24º | 0.88% | 0.99% | - |
| XYZ | 45.09 | 74.3 | 61.26 | - |
| YUV | 179.55 | 134.45 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 191 | 0.88 | 0 | 0.25 | 0.01 | 163.24 | 0.98 | 0.56 |
| Hex | 1F | FD | BF | 58 | 0 | 19 | 1 | A3 | 62 | 38 |
| Octal | 37 | 375 | 277 | 130 | 0 | 31 | 1 | 243 | 142 | 70 |
| Binary | 11111 | 11111101 | 10111111 | 1011000 | 0 | 11001 | 1 | 10100011 | 1100010 | 111000 |
Color Harmonies of #1FFDBF
Complementary color
Monochromatic Colors of #1FFDBF
Black with #1FFDBF
Text Example
Text Example
White with #1FFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDBF; }
p { color: rgb(31,253,191); }
H1.HeaderClassName
{
color: #1FFDBF;
}
.AnyTagClassName
{
color: #1FFDBF;
}
</style>
background-color css
<style>
a { background-color: #1FFDBF; }
a { background-color: rgb(31,253,191); }
div.DivClassName
{
background-color: #1FFDBF;
}
.BgClassName
{
background-color: #1FFDBF;
}
</style>
border-color css
<style>
span { border-color: #1FFDBF; }
span { border-color: rgb(31,253,191); }
td.TdClassName
{
border-color: #1FFDBF;
}
.TagClassName
{
border-color: #1FFDBF;
}
</style>