Shades of Bright Turquoise #1DEFDB
Tints of Bright Turquoise #1DEFDB
RGB
CMYK
RGB Variations
Color information
#1DEFDB (or 0x1DEFDB) is known color: Bright Turquoise. HEX triplet: 1D, EF and DB. RGB value is (29,239,219). Sum of RGB (Red+Green+Blue) = 29+239+219=487 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.95% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFDB is #E21024. Grayscale: #ADADAD. Windows color (decimal): -14815269 or 14413597. OLE color: 14413597.
HSL color Cylindrical-coordinate representation of color #1DEFDB: hue angle of 174.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEFDB is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 219 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.06 |
| HSL | 174.29º | 0.87% | 0.53% | - |
| HSV(B) | 174.29º | 0.88% | 0.94% | - |
| XYZ | 44.16 | 67.11 | 77.64 | - |
| YUV | 173.93 | 153.43 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 219 | 0.88 | 0 | 0.08 | 0.06 | 174.29 | 0.87 | 0.53 |
| Hex | 1D | EF | DB | 58 | 0 | 8 | 6 | AE | 57 | 35 |
| Octal | 35 | 357 | 333 | 130 | 0 | 10 | 6 | 256 | 127 | 65 |
| Binary | 11101 | 11101111 | 11011011 | 1011000 | 0 | 1000 | 110 | 10101110 | 1010111 | 110101 |
Color Harmonies of #1DEFDB
Complementary color
Monochromatic Colors of #1DEFDB
Black with #1DEFDB
Text Example
Text Example
White with #1DEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEFDB; }
p { color: rgb(29,239,219); }
H1.HeaderClassName
{
color: #1DEFDB;
}
.AnyTagClassName
{
color: #1DEFDB;
}
</style>
background-color css
<style>
a { background-color: #1DEFDB; }
a { background-color: rgb(29,239,219); }
div.DivClassName
{
background-color: #1DEFDB;
}
.BgClassName
{
background-color: #1DEFDB;
}
</style>
border-color css
<style>
span { border-color: #1DEFDB; }
span { border-color: rgb(29,239,219); }
td.TdClassName
{
border-color: #1DEFDB;
}
.TagClassName
{
border-color: #1DEFDB;
}
</style>