Shades of Bright Turquoise #1DEBC9
Tints of Bright Turquoise #1DEBC9
RGB
CMYK
RGB Variations
Color information
#1DEBC9 (or 0x1DEBC9) is known color: Bright Turquoise. HEX triplet: 1D, EB and C9. RGB value is (29,235,201). Sum of RGB (Red+Green+Blue) = 29+235+201=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEBC9 is #E21436. Grayscale: #A9A9A9. Windows color (decimal): -14816311 or 13232925. OLE color: 13232925.
HSL color Cylindrical-coordinate representation of color #1DEBC9: hue angle of 170.1º 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 #1DEBC9 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 235 | 201 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.08 |
| HSL | 170.1º | 0.84% | 0.52% | - |
| HSV(B) | 170.1º | 0.88% | 0.92% | - |
| XYZ | 40.76 | 63.89 | 65.44 | - |
| YUV | 169.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 235 | 201 | 0.88 | 0 | 0.14 | 0.08 | 170.1 | 0.84 | 0.52 |
| Hex | 1D | EB | C9 | 58 | 0 | E | 8 | AA | 54 | 34 |
| Octal | 35 | 353 | 311 | 130 | 0 | 16 | 10 | 252 | 124 | 64 |
| Binary | 11101 | 11101011 | 11001001 | 1011000 | 0 | 1110 | 1000 | 10101010 | 1010100 | 110100 |
Color Harmonies of #1DEBC9
Complementary color
Monochromatic Colors of #1DEBC9
Black with #1DEBC9
Text Example
Text Example
White with #1DEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEBC9; }
p { color: rgb(29,235,201); }
H1.HeaderClassName
{
color: #1DEBC9;
}
.AnyTagClassName
{
color: #1DEBC9;
}
</style>
background-color css
<style>
a { background-color: #1DEBC9; }
a { background-color: rgb(29,235,201); }
div.DivClassName
{
background-color: #1DEBC9;
}
.BgClassName
{
background-color: #1DEBC9;
}
</style>
border-color css
<style>
span { border-color: #1DEBC9; }
span { border-color: rgb(29,235,201); }
td.TdClassName
{
border-color: #1DEBC9;
}
.TagClassName
{
border-color: #1DEBC9;
}
</style>