Shades of Bright Turquoise #1FE9D1
Tints of Bright Turquoise #1FE9D1
RGB
CMYK
RGB Variations
Color information
#1FE9D1 (or 0x1FE9D1) is known color: Bright Turquoise. HEX triplet: 1F, E9 and D1. RGB value is (31,233,209). Sum of RGB (Red+Green+Blue) = 31+233+209=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9D1 is #E0162E. Grayscale: #A9A9A9. Windows color (decimal): -14685743 or 13756703. OLE color: 13756703.
HSL color Cylindrical-coordinate representation of color #1FE9D1: hue angle of 172.87º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE9D1 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 209 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.09 |
| HSL | 172.87º | 0.82% | 0.52% | - |
| HSV(B) | 172.87º | 0.87% | 0.91% | - |
| XYZ | 41.21 | 63.17 | 70.34 | - |
| YUV | 169.87 | 150.08 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 209 | 0.87 | 0 | 0.10 | 0.09 | 172.87 | 0.82 | 0.52 |
| Hex | 1F | E9 | D1 | 57 | 0 | A | 9 | AD | 52 | 34 |
| Octal | 37 | 351 | 321 | 127 | 0 | 12 | 11 | 255 | 122 | 64 |
| Binary | 11111 | 11101001 | 11010001 | 1010111 | 0 | 1010 | 1001 | 10101101 | 1010010 | 110100 |
Color Harmonies of #1FE9D1
Complementary color
Monochromatic Colors of #1FE9D1
Black with #1FE9D1
Text Example
Text Example
White with #1FE9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9D1; }
p { color: rgb(31,233,209); }
H1.HeaderClassName
{
color: #1FE9D1;
}
.AnyTagClassName
{
color: #1FE9D1;
}
</style>
background-color css
<style>
a { background-color: #1FE9D1; }
a { background-color: rgb(31,233,209); }
div.DivClassName
{
background-color: #1FE9D1;
}
.BgClassName
{
background-color: #1FE9D1;
}
</style>
border-color css
<style>
span { border-color: #1FE9D1; }
span { border-color: rgb(31,233,209); }
td.TdClassName
{
border-color: #1FE9D1;
}
.TagClassName
{
border-color: #1FE9D1;
}
</style>