Shades of Turquoise #1FEABD
Tints of Turquoise #1FEABD
RGB
CMYK
RGB Variations
Color information
#1FEABD (or 0x1FEABD) is known color: Turquoise. HEX triplet: 1F, EA and BD. RGB value is (31,234,189). Sum of RGB (Red+Green+Blue) = 31+234+189=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #1FEABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEABD is #E01542. Grayscale: #A8A8A8. Windows color (decimal): -14685507 or 12446239. OLE color: 12446239.
HSL color Cylindrical-coordinate representation of color #1FEABD: hue angle of 166.7º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEABD is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 234 | 189 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.08 |
| HSL | 166.7º | 0.83% | 0.52% | - |
| HSV(B) | 166.7º | 0.87% | 0.92% | - |
| XYZ | 39.17 | 62.81 | 58.2 | - |
| YUV | 168.17 | 139.75 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 234 | 189 | 0.87 | 0 | 0.19 | 0.08 | 166.7 | 0.83 | 0.52 |
| Hex | 1F | EA | BD | 57 | 0 | 13 | 8 | A7 | 53 | 34 |
| Octal | 37 | 352 | 275 | 127 | 0 | 23 | 10 | 247 | 123 | 64 |
| Binary | 11111 | 11101010 | 10111101 | 1010111 | 0 | 10011 | 1000 | 10100111 | 1010011 | 110100 |
Color Harmonies of #1FEABD
Complementary color
Monochromatic Colors of #1FEABD
Black with #1FEABD
Text Example
Text Example
White with #1FEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEABD; }
p { color: rgb(31,234,189); }
H1.HeaderClassName
{
color: #1FEABD;
}
.AnyTagClassName
{
color: #1FEABD;
}
</style>
background-color css
<style>
a { background-color: #1FEABD; }
a { background-color: rgb(31,234,189); }
div.DivClassName
{
background-color: #1FEABD;
}
.BgClassName
{
background-color: #1FEABD;
}
</style>
border-color css
<style>
span { border-color: #1FEABD; }
span { border-color: rgb(31,234,189); }
td.TdClassName
{
border-color: #1FEABD;
}
.TagClassName
{
border-color: #1FEABD;
}
</style>