Shades of Bright Turquoise #1FFBC7
Tints of Bright Turquoise #1FFBC7
RGB
CMYK
RGB Variations
Color information
#1FFBC7 (or 0x1FFBC7) is known color: Bright Turquoise. HEX triplet: 1F, FB and C7. RGB value is (31,251,199). Sum of RGB (Red+Green+Blue) = 31+251+199=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFBC7 is #E00438. Grayscale: #B3B3B3. Windows color (decimal): -14681145 or 13105951. OLE color: 13105951.
HSL color Cylindrical-coordinate representation of color #1FFBC7: hue angle of 165.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFBC7 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 199 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.02 |
| HSL | 165.82º | 0.96% | 0.55% | - |
| HSV(B) | 165.82º | 0.88% | 0.98% | - |
| XYZ | 45.37 | 73.41 | 65.81 | - |
| YUV | 179.29 | 139.11 | 22.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 199 | 0.88 | 0 | 0.21 | 0.02 | 165.82 | 0.96 | 0.55 |
| Hex | 1F | FB | C7 | 58 | 0 | 15 | 2 | A6 | 60 | 37 |
| Octal | 37 | 373 | 307 | 130 | 0 | 25 | 2 | 246 | 140 | 67 |
| Binary | 11111 | 11111011 | 11000111 | 1011000 | 0 | 10101 | 10 | 10100110 | 1100000 | 110111 |
Color Harmonies of #1FFBC7
Complementary color
Monochromatic Colors of #1FFBC7
Black with #1FFBC7
Text Example
Text Example
White with #1FFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFBC7; }
p { color: rgb(31,251,199); }
H1.HeaderClassName
{
color: #1FFBC7;
}
.AnyTagClassName
{
color: #1FFBC7;
}
</style>
background-color css
<style>
a { background-color: #1FFBC7; }
a { background-color: rgb(31,251,199); }
div.DivClassName
{
background-color: #1FFBC7;
}
.BgClassName
{
background-color: #1FFBC7;
}
</style>
border-color css
<style>
span { border-color: #1FFBC7; }
span { border-color: rgb(31,251,199); }
td.TdClassName
{
border-color: #1FFBC7;
}
.TagClassName
{
border-color: #1FFBC7;
}
</style>