Shades of Bright Turquoise #1FFCBF
Tints of Bright Turquoise #1FFCBF
RGB
CMYK
RGB Variations
Color information
#1FFCBF (or 0x1FFCBF) is known color: Bright Turquoise. HEX triplet: 1F, FC and BF. RGB value is (31,252,191). Sum of RGB (Red+Green+Blue) = 31+252+191=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCBF is #E00340. Grayscale: #B2B2B2. Windows color (decimal): -14680897 or 12581919. OLE color: 12581919.
HSL color Cylindrical-coordinate representation of color #1FFCBF: hue angle of 163.44º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCBF is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 191 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.01 |
| HSL | 163.44º | 0.97% | 0.55% | - |
| HSV(B) | 163.44º | 0.88% | 0.99% | - |
| XYZ | 44.78 | 73.67 | 61.15 | - |
| YUV | 178.97 | 134.78 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 191 | 0.88 | 0 | 0.24 | 0.01 | 163.44 | 0.97 | 0.55 |
| Hex | 1F | FC | BF | 58 | 0 | 18 | 1 | A3 | 61 | 37 |
| Octal | 37 | 374 | 277 | 130 | 0 | 30 | 1 | 243 | 141 | 67 |
| Binary | 11111 | 11111100 | 10111111 | 1011000 | 0 | 11000 | 1 | 10100011 | 1100001 | 110111 |
Color Harmonies of #1FFCBF
Complementary color
Monochromatic Colors of #1FFCBF
Black with #1FFCBF
Text Example
Text Example
White with #1FFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCBF; }
p { color: rgb(31,252,191); }
H1.HeaderClassName
{
color: #1FFCBF;
}
.AnyTagClassName
{
color: #1FFCBF;
}
</style>
background-color css
<style>
a { background-color: #1FFCBF; }
a { background-color: rgb(31,252,191); }
div.DivClassName
{
background-color: #1FFCBF;
}
.BgClassName
{
background-color: #1FFCBF;
}
</style>
border-color css
<style>
span { border-color: #1FFCBF; }
span { border-color: rgb(31,252,191); }
td.TdClassName
{
border-color: #1FFCBF;
}
.TagClassName
{
border-color: #1FFCBF;
}
</style>