Shades of Bright Turquoise #1FE9DB
Tints of Bright Turquoise #1FE9DB
RGB
CMYK
RGB Variations
Color information
#1FE9DB (or 0x1FE9DB) is known color: Bright Turquoise. HEX triplet: 1F, E9 and DB. RGB value is (31,233,219). Sum of RGB (Red+Green+Blue) = 31+233+219=483 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.42% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE9DB is #E01624. Grayscale: #AAAAAA. Windows color (decimal): -14685733 or 14412063. OLE color: 14412063.
HSL color Cylindrical-coordinate representation of color #1FE9DB: hue angle of 175.84º 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 #1FE9DB is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 219 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.09 |
| HSL | 175.84º | 0.82% | 0.52% | - |
| HSV(B) | 175.84º | 0.87% | 0.91% | - |
| XYZ | 42.49 | 63.68 | 77.07 | - |
| YUV | 171.01 | 155.08 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 219 | 0.87 | 0 | 0.06 | 0.09 | 175.84 | 0.82 | 0.52 |
| Hex | 1F | E9 | DB | 57 | 0 | 6 | 9 | B0 | 52 | 34 |
| Octal | 37 | 351 | 333 | 127 | 0 | 6 | 11 | 260 | 122 | 64 |
| Binary | 11111 | 11101001 | 11011011 | 1010111 | 0 | 110 | 1001 | 10110000 | 1010010 | 110100 |
Color Harmonies of #1FE9DB
Complementary color
Monochromatic Colors of #1FE9DB
Black with #1FE9DB
Text Example
Text Example
White with #1FE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE9DB; }
p { color: rgb(31,233,219); }
H1.HeaderClassName
{
color: #1FE9DB;
}
.AnyTagClassName
{
color: #1FE9DB;
}
</style>
background-color css
<style>
a { background-color: #1FE9DB; }
a { background-color: rgb(31,233,219); }
div.DivClassName
{
background-color: #1FE9DB;
}
.BgClassName
{
background-color: #1FE9DB;
}
</style>
border-color css
<style>
span { border-color: #1FE9DB; }
span { border-color: rgb(31,233,219); }
td.TdClassName
{
border-color: #1FE9DB;
}
.TagClassName
{
border-color: #1FE9DB;
}
</style>