Shades of Bright Turquoise #1DEFBE
Tints of Bright Turquoise #1DEFBE
RGB
CMYK
RGB Variations
Color information
#1DEFBE (or 0x1DEFBE) is known color: Bright Turquoise. HEX triplet: 1D, EF and BE. RGB value is (29,239,190). Sum of RGB (Red+Green+Blue) = 29+239+190=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFBE is #E21041. Grayscale: #AAAAAA. Windows color (decimal): -14815298 or 12513053. OLE color: 12513053.
HSL color Cylindrical-coordinate representation of color #1DEFBE: hue angle of 166º 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 #1DEFBE is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 239 | 190 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.06 |
| HSL | 166º | 0.87% | 0.53% | - |
| HSV(B) | 166º | 0.88% | 0.94% | - |
| XYZ | 40.67 | 65.71 | 59.26 | - |
| YUV | 170.62 | 138.93 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 239 | 190 | 0.88 | 0 | 0.21 | 0.06 | 166 | 0.87 | 0.53 |
| Hex | 1D | EF | BE | 58 | 0 | 15 | 6 | A6 | 57 | 35 |
| Octal | 35 | 357 | 276 | 130 | 0 | 25 | 6 | 246 | 127 | 65 |
| Binary | 11101 | 11101111 | 10111110 | 1011000 | 0 | 10101 | 110 | 10100110 | 1010111 | 110101 |
Color Harmonies of #1DEFBE
Complementary color
Monochromatic Colors of #1DEFBE
Black with #1DEFBE
Text Example
Text Example
White with #1DEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEFBE; }
p { color: rgb(29,239,190); }
H1.HeaderClassName
{
color: #1DEFBE;
}
.AnyTagClassName
{
color: #1DEFBE;
}
</style>
background-color css
<style>
a { background-color: #1DEFBE; }
a { background-color: rgb(29,239,190); }
div.DivClassName
{
background-color: #1DEFBE;
}
.BgClassName
{
background-color: #1DEFBE;
}
</style>
border-color css
<style>
span { border-color: #1DEFBE; }
span { border-color: rgb(29,239,190); }
td.TdClassName
{
border-color: #1DEFBE;
}
.TagClassName
{
border-color: #1DEFBE;
}
</style>