Shades of Bright Turquoise #1FFECB
Tints of Bright Turquoise #1FFECB
RGB
CMYK
RGB Variations
Color information
#1FFECB (or 0x1FFECB) is known color: Bright Turquoise. HEX triplet: 1F, FE and CB. RGB value is (31,254,203). Sum of RGB (Red+Green+Blue) = 31+254+203=488 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.35% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFECB is #E00134. Grayscale: #B5B5B5. Windows color (decimal): -14680373 or 13368863. OLE color: 13368863.
HSL color Cylindrical-coordinate representation of color #1FFECB: hue angle of 166.28º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFECB is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 203 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.00 |
| HSL | 166.28º | 0.99% | 0.56% | - |
| HSV(B) | 166.28º | 0.88% | 1% | - |
| XYZ | 46.79 | 75.49 | 68.6 | - |
| YUV | 181.51 | 140.12 | 20.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 203 | 0.88 | 0 | 0.20 | 0.00 | 166.28 | 0.99 | 0.56 |
| Hex | 1F | FE | CB | 58 | 0 | 14 | 0 | A6 | 63 | 38 |
| Octal | 37 | 376 | 313 | 130 | 0 | 24 | 0 | 246 | 143 | 70 |
| Binary | 11111 | 11111110 | 11001011 | 1011000 | 0 | 10100 | 0 | 10100110 | 1100011 | 111000 |
Color Harmonies of #1FFECB
Complementary color
Monochromatic Colors of #1FFECB
Black with #1FFECB
Text Example
Text Example
White with #1FFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFECB; }
p { color: rgb(31,254,203); }
H1.HeaderClassName
{
color: #1FFECB;
}
.AnyTagClassName
{
color: #1FFECB;
}
</style>
background-color css
<style>
a { background-color: #1FFECB; }
a { background-color: rgb(31,254,203); }
div.DivClassName
{
background-color: #1FFECB;
}
.BgClassName
{
background-color: #1FFECB;
}
</style>
border-color css
<style>
span { border-color: #1FFECB; }
span { border-color: rgb(31,254,203); }
td.TdClassName
{
border-color: #1FFECB;
}
.TagClassName
{
border-color: #1FFECB;
}
</style>