Shades of Bright Turquoise #1DF4BD
Tints of Bright Turquoise #1DF4BD
RGB
CMYK
RGB Variations
Color information
#1DF4BD (or 0x1DF4BD) is known color: Bright Turquoise. HEX triplet: 1D, F4 and BD. RGB value is (29,244,189). Sum of RGB (Red+Green+Blue) = 29+244+189=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF4BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF4BD is #E20B42. Grayscale: #ADADAD. Windows color (decimal): -14814019 or 12448797. OLE color: 12448797.
HSL color Cylindrical-coordinate representation of color #1DF4BD: hue angle of 164.65º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF4BD is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 189 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.04 |
| HSL | 164.65º | 0.91% | 0.54% | - |
| HSV(B) | 164.65º | 0.88% | 0.96% | - |
| XYZ | 42.04 | 68.64 | 59.18 | - |
| YUV | 173.45 | 136.77 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 189 | 0.88 | 0 | 0.23 | 0.04 | 164.65 | 0.91 | 0.54 |
| Hex | 1D | F4 | BD | 58 | 0 | 17 | 4 | A5 | 5B | 36 |
| Octal | 35 | 364 | 275 | 130 | 0 | 27 | 4 | 245 | 133 | 66 |
| Binary | 11101 | 11110100 | 10111101 | 1011000 | 0 | 10111 | 100 | 10100101 | 1011011 | 110110 |
Color Harmonies of #1DF4BD
Complementary color
Monochromatic Colors of #1DF4BD
Black with #1DF4BD
Text Example
Text Example
White with #1DF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF4BD; }
p { color: rgb(29,244,189); }
H1.HeaderClassName
{
color: #1DF4BD;
}
.AnyTagClassName
{
color: #1DF4BD;
}
</style>
background-color css
<style>
a { background-color: #1DF4BD; }
a { background-color: rgb(29,244,189); }
div.DivClassName
{
background-color: #1DF4BD;
}
.BgClassName
{
background-color: #1DF4BD;
}
</style>
border-color css
<style>
span { border-color: #1DF4BD; }
span { border-color: rgb(29,244,189); }
td.TdClassName
{
border-color: #1DF4BD;
}
.TagClassName
{
border-color: #1DF4BD;
}
</style>