Shades of Bright Turquoise #1FFECE
Tints of Bright Turquoise #1FFECE
RGB
CMYK
RGB Variations
Color information
#1FFECE (or 0x1FFECE) is known color: Bright Turquoise. HEX triplet: 1F, FE and CE. RGB value is (31,254,206). Sum of RGB (Red+Green+Blue) = 31+254+206=491 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.31% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFECE is #E00131. Grayscale: #B5B5B5. Windows color (decimal): -14680370 or 13565471. OLE color: 13565471.
HSL color Cylindrical-coordinate representation of color #1FFECE: hue angle of 167.09º 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 #1FFECE is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 206 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.00 |
| HSL | 167.09º | 0.99% | 0.56% | - |
| HSV(B) | 167.09º | 0.88% | 1% | - |
| XYZ | 47.15 | 75.63 | 70.51 | - |
| YUV | 181.85 | 141.62 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 206 | 0.88 | 0 | 0.19 | 0.00 | 167.09 | 0.99 | 0.56 |
| Hex | 1F | FE | CE | 58 | 0 | 13 | 0 | A7 | 63 | 38 |
| Octal | 37 | 376 | 316 | 130 | 0 | 23 | 0 | 247 | 143 | 70 |
| Binary | 11111 | 11111110 | 11001110 | 1011000 | 0 | 10011 | 0 | 10100111 | 1100011 | 111000 |
Color Harmonies of #1FFECE
Complementary color
Monochromatic Colors of #1FFECE
Black with #1FFECE
Text Example
Text Example
White with #1FFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFECE; }
p { color: rgb(31,254,206); }
H1.HeaderClassName
{
color: #1FFECE;
}
.AnyTagClassName
{
color: #1FFECE;
}
</style>
background-color css
<style>
a { background-color: #1FFECE; }
a { background-color: rgb(31,254,206); }
div.DivClassName
{
background-color: #1FFECE;
}
.BgClassName
{
background-color: #1FFECE;
}
</style>
border-color css
<style>
span { border-color: #1FFECE; }
span { border-color: rgb(31,254,206); }
td.TdClassName
{
border-color: #1FFECE;
}
.TagClassName
{
border-color: #1FFECE;
}
</style>