Shades of Bright Turquoise #1DFEDB
Tints of Bright Turquoise #1DFEDB
RGB
CMYK
RGB Variations
Color information
#1DFEDB (or 0x1DFEDB) is known color: Bright Turquoise. HEX triplet: 1D, FE and DB. RGB value is (29,254,219). Sum of RGB (Red+Green+Blue) = 29+254+219=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEDB is #E20124. Grayscale: #B6B6B6. Windows color (decimal): -14811429 or 14417437. OLE color: 14417437.
HSL color Cylindrical-coordinate representation of color #1DFEDB: hue angle of 170.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFEDB is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 219 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.00 |
| HSL | 170.67º | 0.99% | 0.55% | - |
| HSV(B) | 170.67º | 0.89% | 1% | - |
| XYZ | 48.73 | 76.26 | 79.17 | - |
| YUV | 182.74 | 148.46 | 18.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 219 | 0.89 | 0 | 0.14 | 0.00 | 170.67 | 0.99 | 0.55 |
| Hex | 1D | FE | DB | 59 | 0 | E | 0 | AB | 63 | 37 |
| Octal | 35 | 376 | 333 | 131 | 0 | 16 | 0 | 253 | 143 | 67 |
| Binary | 11101 | 11111110 | 11011011 | 1011001 | 0 | 1110 | 0 | 10101011 | 1100011 | 110111 |
Color Harmonies of #1DFEDB
Complementary color
Monochromatic Colors of #1DFEDB
Black with #1DFEDB
Text Example
Text Example
White with #1DFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEDB; }
p { color: rgb(29,254,219); }
H1.HeaderClassName
{
color: #1DFEDB;
}
.AnyTagClassName
{
color: #1DFEDB;
}
</style>
background-color css
<style>
a { background-color: #1DFEDB; }
a { background-color: rgb(29,254,219); }
div.DivClassName
{
background-color: #1DFEDB;
}
.BgClassName
{
background-color: #1DFEDB;
}
</style>
border-color css
<style>
span { border-color: #1DFEDB; }
span { border-color: rgb(29,254,219); }
td.TdClassName
{
border-color: #1DFEDB;
}
.TagClassName
{
border-color: #1DFEDB;
}
</style>