Shades of Bright Turquoise #1DF9EC
Tints of Bright Turquoise #1DF9EC
RGB
CMYK
RGB Variations
Color information
#1DF9EC (or 0x1DF9EC) is known color: Bright Turquoise. HEX triplet: 1D, F9 and EC. RGB value is (29,249,236). Sum of RGB (Red+Green+Blue) = 29+249+236=514 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.64% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF9EC is #E20613. Grayscale: #B5B5B5. Windows color (decimal): -14812692 or 15530269. OLE color: 15530269.
HSL color Cylindrical-coordinate representation of color #1DF9EC: hue angle of 176.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF9EC is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 236 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.02 |
| HSL | 176.45º | 0.95% | 0.55% | - |
| HSV(B) | 176.45º | 0.88% | 0.98% | - |
| XYZ | 49.52 | 74.07 | 91.04 | - |
| YUV | 181.74 | 158.61 | 19.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 236 | 0.88 | 0 | 0.05 | 0.02 | 176.45 | 0.95 | 0.55 |
| Hex | 1D | F9 | EC | 58 | 0 | 5 | 2 | B0 | 5F | 37 |
| Octal | 35 | 371 | 354 | 130 | 0 | 5 | 2 | 260 | 137 | 67 |
| Binary | 11101 | 11111001 | 11101100 | 1011000 | 0 | 101 | 10 | 10110000 | 1011111 | 110111 |
Color Harmonies of #1DF9EC
Complementary color
Monochromatic Colors of #1DF9EC
Black with #1DF9EC
Text Example
Text Example
White with #1DF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9EC; }
p { color: rgb(29,249,236); }
H1.HeaderClassName
{
color: #1DF9EC;
}
.AnyTagClassName
{
color: #1DF9EC;
}
</style>
background-color css
<style>
a { background-color: #1DF9EC; }
a { background-color: rgb(29,249,236); }
div.DivClassName
{
background-color: #1DF9EC;
}
.BgClassName
{
background-color: #1DF9EC;
}
</style>
border-color css
<style>
span { border-color: #1DF9EC; }
span { border-color: rgb(29,249,236); }
td.TdClassName
{
border-color: #1DF9EC;
}
.TagClassName
{
border-color: #1DF9EC;
}
</style>