Shades of Bright Turquoise #1DEFEC
Tints of Bright Turquoise #1DEFEC
RGB
CMYK
RGB Variations
Color information
#1DEFEC (or 0x1DEFEC) is known color: Bright Turquoise. HEX triplet: 1D, EF and EC. RGB value is (29,239,236). Sum of RGB (Red+Green+Blue) = 29+239+236=504 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.75% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEFEC is #E21013. Grayscale: #AFAFAF. Windows color (decimal): -14815252 or 15527709. OLE color: 15527709.
HSL color Cylindrical-coordinate representation of color #1DEFEC: hue angle of 179.14º 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 #1DEFEC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 236 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.06 |
| HSL | 179.14º | 0.87% | 0.53% | - |
| HSV(B) | 179.14º | 0.88% | 0.94% | - |
| XYZ | 46.51 | 68.05 | 90.04 | - |
| YUV | 175.87 | 161.93 | 23.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 236 | 0.88 | 0 | 0.01 | 0.06 | 179.14 | 0.87 | 0.53 |
| Hex | 1D | EF | EC | 58 | 0 | 1 | 6 | B3 | 57 | 35 |
| Octal | 35 | 357 | 354 | 130 | 0 | 1 | 6 | 263 | 127 | 65 |
| Binary | 11101 | 11101111 | 11101100 | 1011000 | 0 | 1 | 110 | 10110011 | 1010111 | 110101 |
Color Harmonies of #1DEFEC
Complementary color
Monochromatic Colors of #1DEFEC
Black with #1DEFEC
Text Example
Text Example
White with #1DEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEFEC; }
p { color: rgb(29,239,236); }
H1.HeaderClassName
{
color: #1DEFEC;
}
.AnyTagClassName
{
color: #1DEFEC;
}
</style>
background-color css
<style>
a { background-color: #1DEFEC; }
a { background-color: rgb(29,239,236); }
div.DivClassName
{
background-color: #1DEFEC;
}
.BgClassName
{
background-color: #1DEFEC;
}
</style>
border-color css
<style>
span { border-color: #1DEFEC; }
span { border-color: rgb(29,239,236); }
td.TdClassName
{
border-color: #1DEFEC;
}
.TagClassName
{
border-color: #1DEFEC;
}
</style>