Shades of Bright Turquoise #1FFEDC
Tints of Bright Turquoise #1FFEDC
RGB
CMYK
RGB Variations
Color information
#1FFEDC (or 0x1FFEDC) is known color: Bright Turquoise. HEX triplet: 1F, FE and DC. RGB value is (31,254,220). Sum of RGB (Red+Green+Blue) = 31+254+220=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFEDC is #E00123. Grayscale: #B7B7B7. Windows color (decimal): -14680356 or 14482975. OLE color: 14482975.
HSL color Cylindrical-coordinate representation of color #1FFEDC: hue angle of 170.85º 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 #1FFEDC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 220 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.00 |
| HSL | 170.85º | 0.99% | 0.56% | - |
| HSV(B) | 170.85º | 0.88% | 1% | - |
| XYZ | 48.93 | 76.34 | 79.87 | - |
| YUV | 183.45 | 148.62 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 220 | 0.88 | 0 | 0.13 | 0.00 | 170.85 | 0.99 | 0.56 |
| Hex | 1F | FE | DC | 58 | 0 | D | 0 | AB | 63 | 38 |
| Octal | 37 | 376 | 334 | 130 | 0 | 15 | 0 | 253 | 143 | 70 |
| Binary | 11111 | 11111110 | 11011100 | 1011000 | 0 | 1101 | 0 | 10101011 | 1100011 | 111000 |
Color Harmonies of #1FFEDC
Complementary color
Monochromatic Colors of #1FFEDC
Black with #1FFEDC
Text Example
Text Example
White with #1FFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFEDC; }
p { color: rgb(31,254,220); }
H1.HeaderClassName
{
color: #1FFEDC;
}
.AnyTagClassName
{
color: #1FFEDC;
}
</style>
background-color css
<style>
a { background-color: #1FFEDC; }
a { background-color: rgb(31,254,220); }
div.DivClassName
{
background-color: #1FFEDC;
}
.BgClassName
{
background-color: #1FFEDC;
}
</style>
border-color css
<style>
span { border-color: #1FFEDC; }
span { border-color: rgb(31,254,220); }
td.TdClassName
{
border-color: #1FFEDC;
}
.TagClassName
{
border-color: #1FFEDC;
}
</style>