Shades of Bright Turquoise #1FFECD
Tints of Bright Turquoise #1FFECD
RGB
CMYK
RGB Variations
Color information
#1FFECD (or 0x1FFECD) is known color: Bright Turquoise. HEX triplet: 1F, FE and CD. RGB value is (31,254,205). Sum of RGB (Red+Green+Blue) = 31+254+205=490 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.33% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFECD is #E00132. Grayscale: #B5B5B5. Windows color (decimal): -14680371 or 13499935. OLE color: 13499935.
HSL color Cylindrical-coordinate representation of color #1FFECD: hue angle of 166.82º 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 #1FFECD is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 205 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.00 |
| HSL | 166.82º | 0.99% | 0.56% | - |
| HSV(B) | 166.82º | 0.88% | 1% | - |
| XYZ | 47.03 | 75.58 | 69.87 | - |
| YUV | 181.74 | 141.12 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 205 | 0.88 | 0 | 0.19 | 0.00 | 166.82 | 0.99 | 0.56 |
| Hex | 1F | FE | CD | 58 | 0 | 13 | 0 | A7 | 63 | 38 |
| Octal | 37 | 376 | 315 | 130 | 0 | 23 | 0 | 247 | 143 | 70 |
| Binary | 11111 | 11111110 | 11001101 | 1011000 | 0 | 10011 | 0 | 10100111 | 1100011 | 111000 |
Color Harmonies of #1FFECD
Complementary color
Monochromatic Colors of #1FFECD
Black with #1FFECD
Text Example
Text Example
White with #1FFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFECD; }
p { color: rgb(31,254,205); }
H1.HeaderClassName
{
color: #1FFECD;
}
.AnyTagClassName
{
color: #1FFECD;
}
</style>
background-color css
<style>
a { background-color: #1FFECD; }
a { background-color: rgb(31,254,205); }
div.DivClassName
{
background-color: #1FFECD;
}
.BgClassName
{
background-color: #1FFECD;
}
</style>
border-color css
<style>
span { border-color: #1FFECD; }
span { border-color: rgb(31,254,205); }
td.TdClassName
{
border-color: #1FFECD;
}
.TagClassName
{
border-color: #1FFECD;
}
</style>