Shades of Bright Turquoise #1FFBC6
Tints of Bright Turquoise #1FFBC6
RGB
CMYK
RGB Variations
Color information
#1FFBC6 (or 0x1FFBC6) is known color: Bright Turquoise. HEX triplet: 1F, FB and C6. RGB value is (31,251,198). Sum of RGB (Red+Green+Blue) = 31+251+198=480 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.46% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFBC6 is #E00439. Grayscale: #B3B3B3. Windows color (decimal): -14681146 or 13040415. OLE color: 13040415.
HSL color Cylindrical-coordinate representation of color #1FFBC6: hue angle of 165.55º 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 #1FFBC6 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 198 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.02 |
| HSL | 165.55º | 0.96% | 0.55% | - |
| HSV(B) | 165.55º | 0.88% | 0.98% | - |
| XYZ | 45.26 | 73.36 | 65.2 | - |
| YUV | 179.18 | 138.61 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 198 | 0.88 | 0 | 0.21 | 0.02 | 165.55 | 0.96 | 0.55 |
| Hex | 1F | FB | C6 | 58 | 0 | 15 | 2 | A6 | 60 | 37 |
| Octal | 37 | 373 | 306 | 130 | 0 | 25 | 2 | 246 | 140 | 67 |
| Binary | 11111 | 11111011 | 11000110 | 1011000 | 0 | 10101 | 10 | 10100110 | 1100000 | 110111 |
Color Harmonies of #1FFBC6
Complementary color
Monochromatic Colors of #1FFBC6
Black with #1FFBC6
Text Example
Text Example
White with #1FFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFBC6; }
p { color: rgb(31,251,198); }
H1.HeaderClassName
{
color: #1FFBC6;
}
.AnyTagClassName
{
color: #1FFBC6;
}
</style>
background-color css
<style>
a { background-color: #1FFBC6; }
a { background-color: rgb(31,251,198); }
div.DivClassName
{
background-color: #1FFBC6;
}
.BgClassName
{
background-color: #1FFBC6;
}
</style>
border-color css
<style>
span { border-color: #1FFBC6; }
span { border-color: rgb(31,251,198); }
td.TdClassName
{
border-color: #1FFBC6;
}
.TagClassName
{
border-color: #1FFBC6;
}
</style>