Shades of Bright Turquoise #1FFEDE
Tints of Bright Turquoise #1FFEDE
RGB
CMYK
RGB Variations
Color information
#1FFEDE (or 0x1FFEDE) is known color: Bright Turquoise. HEX triplet: 1F, FE and DE. RGB value is (31,254,222). Sum of RGB (Red+Green+Blue) = 31+254+222=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFEDE is #E00121. Grayscale: #B7B7B7. Windows color (decimal): -14680354 or 14614047. OLE color: 14614047.
HSL color Cylindrical-coordinate representation of color #1FFEDE: hue angle of 171.39º 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 #1FFEDE is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 222 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.00 |
| HSL | 171.39º | 0.99% | 0.56% | - |
| HSV(B) | 171.39º | 0.88% | 1% | - |
| XYZ | 49.19 | 76.45 | 81.27 | - |
| YUV | 183.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 222 | 0.88 | 0 | 0.13 | 0.00 | 171.39 | 0.99 | 0.56 |
| Hex | 1F | FE | DE | 58 | 0 | D | 0 | AB | 63 | 38 |
| Octal | 37 | 376 | 336 | 130 | 0 | 15 | 0 | 253 | 143 | 70 |
| Binary | 11111 | 11111110 | 11011110 | 1011000 | 0 | 1101 | 0 | 10101011 | 1100011 | 111000 |
Color Harmonies of #1FFEDE
Complementary color
Monochromatic Colors of #1FFEDE
Black with #1FFEDE
Text Example
Text Example
White with #1FFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFEDE; }
p { color: rgb(31,254,222); }
H1.HeaderClassName
{
color: #1FFEDE;
}
.AnyTagClassName
{
color: #1FFEDE;
}
</style>
background-color css
<style>
a { background-color: #1FFEDE; }
a { background-color: rgb(31,254,222); }
div.DivClassName
{
background-color: #1FFEDE;
}
.BgClassName
{
background-color: #1FFEDE;
}
</style>
border-color css
<style>
span { border-color: #1FFEDE; }
span { border-color: rgb(31,254,222); }
td.TdClassName
{
border-color: #1FFEDE;
}
.TagClassName
{
border-color: #1FFEDE;
}
</style>