Shades of Bright Turquoise #1FEDC5
Tints of Bright Turquoise #1FEDC5
RGB
CMYK
RGB Variations
Color information
#1FEDC5 (or 0x1FEDC5) is known color: Bright Turquoise. HEX triplet: 1F, ED and C5. RGB value is (31,237,197). Sum of RGB (Red+Green+Blue) = 31+237+197=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDC5 is #E0123A. Grayscale: #AAAAAA. Windows color (decimal): -14684731 or 12971295. OLE color: 12971295.
HSL color Cylindrical-coordinate representation of color #1FEDC5: hue angle of 168.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEDC5 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 197 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.07 |
| HSL | 168.35º | 0.85% | 0.53% | - |
| HSV(B) | 168.35º | 0.87% | 0.93% | - |
| XYZ | 40.93 | 64.89 | 63.19 | - |
| YUV | 170.85 | 142.75 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 197 | 0.87 | 0 | 0.17 | 0.07 | 168.35 | 0.85 | 0.53 |
| Hex | 1F | ED | C5 | 57 | 0 | 11 | 7 | A8 | 55 | 35 |
| Octal | 37 | 355 | 305 | 127 | 0 | 21 | 7 | 250 | 125 | 65 |
| Binary | 11111 | 11101101 | 11000101 | 1010111 | 0 | 10001 | 111 | 10101000 | 1010101 | 110101 |
Color Harmonies of #1FEDC5
Complementary color
Monochromatic Colors of #1FEDC5
Black with #1FEDC5
Text Example
Text Example
White with #1FEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEDC5; }
p { color: rgb(31,237,197); }
H1.HeaderClassName
{
color: #1FEDC5;
}
.AnyTagClassName
{
color: #1FEDC5;
}
</style>
background-color css
<style>
a { background-color: #1FEDC5; }
a { background-color: rgb(31,237,197); }
div.DivClassName
{
background-color: #1FEDC5;
}
.BgClassName
{
background-color: #1FEDC5;
}
</style>
border-color css
<style>
span { border-color: #1FEDC5; }
span { border-color: rgb(31,237,197); }
td.TdClassName
{
border-color: #1FEDC5;
}
.TagClassName
{
border-color: #1FEDC5;
}
</style>