Shades of Bright Turquoise #1FE7DB
Tints of Bright Turquoise #1FE7DB
RGB
CMYK
RGB Variations
Color information
#1FE7DB (or 0x1FE7DB) is known color: Bright Turquoise. HEX triplet: 1F, E7 and DB. RGB value is (31,231,219). Sum of RGB (Red+Green+Blue) = 31+231+219=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE7DB is #E01824. Grayscale: #A9A9A9. Windows color (decimal): -14686245 or 14411551. OLE color: 14411551.
HSL color Cylindrical-coordinate representation of color #1FE7DB: hue angle of 176.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE7DB is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 219 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.09 |
| HSL | 176.4º | 0.81% | 0.51% | - |
| HSV(B) | 176.4º | 0.87% | 0.91% | - |
| XYZ | 41.93 | 62.56 | 76.88 | - |
| YUV | 169.83 | 155.74 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 219 | 0.87 | 0 | 0.05 | 0.09 | 176.4 | 0.81 | 0.51 |
| Hex | 1F | E7 | DB | 57 | 0 | 5 | 9 | B0 | 51 | 33 |
| Octal | 37 | 347 | 333 | 127 | 0 | 5 | 11 | 260 | 121 | 63 |
| Binary | 11111 | 11100111 | 11011011 | 1010111 | 0 | 101 | 1001 | 10110000 | 1010001 | 110011 |
Color Harmonies of #1FE7DB
Complementary color
Monochromatic Colors of #1FE7DB
Black with #1FE7DB
Text Example
Text Example
White with #1FE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE7DB; }
p { color: rgb(31,231,219); }
H1.HeaderClassName
{
color: #1FE7DB;
}
.AnyTagClassName
{
color: #1FE7DB;
}
</style>
background-color css
<style>
a { background-color: #1FE7DB; }
a { background-color: rgb(31,231,219); }
div.DivClassName
{
background-color: #1FE7DB;
}
.BgClassName
{
background-color: #1FE7DB;
}
</style>
border-color css
<style>
span { border-color: #1FE7DB; }
span { border-color: rgb(31,231,219); }
td.TdClassName
{
border-color: #1FE7DB;
}
.TagClassName
{
border-color: #1FE7DB;
}
</style>