Shades of Bright Turquoise #1DEBBD
Tints of Bright Turquoise #1DEBBD
RGB
CMYK
RGB Variations
Color information
#1DEBBD (or 0x1DEBBD) is known color: Bright Turquoise. HEX triplet: 1D, EB and BD. RGB value is (29,235,189). Sum of RGB (Red+Green+Blue) = 29+235+189=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEBBD is #E21442. Grayscale: #A8A8A8. Windows color (decimal): -14816323 or 12446493. OLE color: 12446493.
HSL color Cylindrical-coordinate representation of color #1DEBBD: hue angle of 166.6º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEBBD is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 235 | 189 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.08 |
| HSL | 166.6º | 0.84% | 0.52% | - |
| HSV(B) | 166.6º | 0.88% | 0.92% | - |
| XYZ | 39.4 | 63.35 | 58.3 | - |
| YUV | 168.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 235 | 189 | 0.88 | 0 | 0.20 | 0.08 | 166.6 | 0.84 | 0.52 |
| Hex | 1D | EB | BD | 58 | 0 | 14 | 8 | A7 | 54 | 34 |
| Octal | 35 | 353 | 275 | 130 | 0 | 24 | 10 | 247 | 124 | 64 |
| Binary | 11101 | 11101011 | 10111101 | 1011000 | 0 | 10100 | 1000 | 10100111 | 1010100 | 110100 |
Color Harmonies of #1DEBBD
Complementary color
Monochromatic Colors of #1DEBBD
Black with #1DEBBD
Text Example
Text Example
White with #1DEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEBBD; }
p { color: rgb(29,235,189); }
H1.HeaderClassName
{
color: #1DEBBD;
}
.AnyTagClassName
{
color: #1DEBBD;
}
</style>
background-color css
<style>
a { background-color: #1DEBBD; }
a { background-color: rgb(29,235,189); }
div.DivClassName
{
background-color: #1DEBBD;
}
.BgClassName
{
background-color: #1DEBBD;
}
</style>
border-color css
<style>
span { border-color: #1DEBBD; }
span { border-color: rgb(29,235,189); }
td.TdClassName
{
border-color: #1DEBBD;
}
.TagClassName
{
border-color: #1DEBBD;
}
</style>