Shades of Bright Turquoise #1DE7C6
Tints of Bright Turquoise #1DE7C6
RGB
CMYK
RGB Variations
Color information
#1DE7C6 (or 0x1DE7C6) is known color: Bright Turquoise. HEX triplet: 1D, E7 and C6. RGB value is (29,231,198). Sum of RGB (Red+Green+Blue) = 29+231+198=458 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.33% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #1DE7C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DE7C6 is #E21839. Grayscale: #A6A6A6. Windows color (decimal): -14817338 or 13035293. OLE color: 13035293.
HSL color Cylindrical-coordinate representation of color #1DE7C6: hue angle of 170.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE7C6 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 231 | 198 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.09 |
| HSL | 170.2º | 0.81% | 0.51% | - |
| HSV(B) | 170.2º | 0.87% | 0.91% | - |
| XYZ | 39.28 | 61.49 | 63.22 | - |
| YUV | 166.84 | 145.58 | 29.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 231 | 198 | 0.87 | 0 | 0.14 | 0.09 | 170.2 | 0.81 | 0.51 |
| Hex | 1D | E7 | C6 | 57 | 0 | E | 9 | AA | 51 | 33 |
| Octal | 35 | 347 | 306 | 127 | 0 | 16 | 11 | 252 | 121 | 63 |
| Binary | 11101 | 11100111 | 11000110 | 1010111 | 0 | 1110 | 1001 | 10101010 | 1010001 | 110011 |
Color Harmonies of #1DE7C6
Complementary color
Monochromatic Colors of #1DE7C6
Black with #1DE7C6
Text Example
Text Example
White with #1DE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE7C6; }
p { color: rgb(29,231,198); }
H1.HeaderClassName
{
color: #1DE7C6;
}
.AnyTagClassName
{
color: #1DE7C6;
}
</style>
background-color css
<style>
a { background-color: #1DE7C6; }
a { background-color: rgb(29,231,198); }
div.DivClassName
{
background-color: #1DE7C6;
}
.BgClassName
{
background-color: #1DE7C6;
}
</style>
border-color css
<style>
span { border-color: #1DE7C6; }
span { border-color: rgb(29,231,198); }
td.TdClassName
{
border-color: #1DE7C6;
}
.TagClassName
{
border-color: #1DE7C6;
}
</style>