Shades of Bright Turquoise #1FDEC9
Tints of Bright Turquoise #1FDEC9
RGB
CMYK
RGB Variations
Color information
#1FDEC9 (or 0x1FDEC9) is known color: Bright Turquoise. HEX triplet: 1F, DE and C9. RGB value is (31,222,201). Sum of RGB (Red+Green+Blue) = 31+222+201=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDEC9 is #E02136. Grayscale: #A2A2A2. Windows color (decimal): -14688567 or 13229599. OLE color: 13229599.
HSL color Cylindrical-coordinate representation of color #1FDEC9: hue angle of 173.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDEC9 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 201 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.13 |
| HSL | 173.4º | 0.75% | 0.5% | - |
| HSV(B) | 173.4º | 0.86% | 0.87% | - |
| XYZ | 37.23 | 56.75 | 64.25 | - |
| YUV | 162.5 | 149.72 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 201 | 0.86 | 0 | 0.09 | 0.13 | 173.4 | 0.75 | 0.5 |
| Hex | 1F | DE | C9 | 56 | 0 | 9 | D | AD | 4B | 32 |
| Octal | 37 | 336 | 311 | 126 | 0 | 11 | 15 | 255 | 113 | 62 |
| Binary | 11111 | 11011110 | 11001001 | 1010110 | 0 | 1001 | 1101 | 10101101 | 1001011 | 110010 |
Color Harmonies of #1FDEC9
Complementary color
Monochromatic Colors of #1FDEC9
Black with #1FDEC9
Text Example
Text Example
White with #1FDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEC9; }
p { color: rgb(31,222,201); }
H1.HeaderClassName
{
color: #1FDEC9;
}
.AnyTagClassName
{
color: #1FDEC9;
}
</style>
background-color css
<style>
a { background-color: #1FDEC9; }
a { background-color: rgb(31,222,201); }
div.DivClassName
{
background-color: #1FDEC9;
}
.BgClassName
{
background-color: #1FDEC9;
}
</style>
border-color css
<style>
span { border-color: #1FDEC9; }
span { border-color: rgb(31,222,201); }
td.TdClassName
{
border-color: #1FDEC9;
}
.TagClassName
{
border-color: #1FDEC9;
}
</style>