Shades of Bright Turquoise #1DEFDA
Tints of Bright Turquoise #1DEFDA
RGB
CMYK
RGB Variations
Color information
#1DEFDA (or 0x1DEFDA) is known color: Bright Turquoise. HEX triplet: 1D, EF and DA. RGB value is (29,239,218). Sum of RGB (Red+Green+Blue) = 29+239+218=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFDA is #E21025. Grayscale: #ADADAD. Windows color (decimal): -14815270 or 14348061. OLE color: 14348061.
HSL color Cylindrical-coordinate representation of color #1DEFDA: hue angle of 174º 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 #1DEFDA is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 218 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.06 |
| HSL | 174º | 0.87% | 0.53% | - |
| HSV(B) | 174º | 0.88% | 0.94% | - |
| XYZ | 44.03 | 67.06 | 76.95 | - |
| YUV | 173.82 | 152.93 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 218 | 0.88 | 0 | 0.09 | 0.06 | 174 | 0.87 | 0.53 |
| Hex | 1D | EF | DA | 58 | 0 | 9 | 6 | AE | 57 | 35 |
| Octal | 35 | 357 | 332 | 130 | 0 | 11 | 6 | 256 | 127 | 65 |
| Binary | 11101 | 11101111 | 11011010 | 1011000 | 0 | 1001 | 110 | 10101110 | 1010111 | 110101 |
Color Harmonies of #1DEFDA
Complementary color
Monochromatic Colors of #1DEFDA
Black with #1DEFDA
Text Example
Text Example
White with #1DEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEFDA; }
p { color: rgb(29,239,218); }
H1.HeaderClassName
{
color: #1DEFDA;
}
.AnyTagClassName
{
color: #1DEFDA;
}
</style>
background-color css
<style>
a { background-color: #1DEFDA; }
a { background-color: rgb(29,239,218); }
div.DivClassName
{
background-color: #1DEFDA;
}
.BgClassName
{
background-color: #1DEFDA;
}
</style>
border-color css
<style>
span { border-color: #1DEFDA; }
span { border-color: rgb(29,239,218); }
td.TdClassName
{
border-color: #1DEFDA;
}
.TagClassName
{
border-color: #1DEFDA;
}
</style>