Shades of Bright Turquoise #1DD4DC
Tints of Bright Turquoise #1DD4DC
RGB
CMYK
RGB Variations
Color information
#1DD4DC (or 0x1DD4DC) is known color: Bright Turquoise. HEX triplet: 1D, D4 and DC. RGB value is (29,212,220). Sum of RGB (Red+Green+Blue) = 29+212+220=461 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.29% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DD4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD4DC is #E22B23. Grayscale: #9D9D9D. Windows color (decimal): -14822180 or 14472221. OLE color: 14472221.
HSL color Cylindrical-coordinate representation of color #1DD4DC: hue angle of 182.51º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD4DC is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 212 | 220 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.14 |
| HSL | 182.51º | 0.77% | 0.49% | - |
| HSV(B) | 182.51º | 0.87% | 0.86% | - |
| XYZ | 36.97 | 52.52 | 75.9 | - |
| YUV | 158.2 | 162.87 | 35.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 212 | 220 | 0.87 | 0.04 | 0 | 0.14 | 182.51 | 0.77 | 0.49 |
| Hex | 1D | D4 | DC | 57 | 4 | 0 | E | B7 | 4D | 31 |
| Octal | 35 | 324 | 334 | 127 | 4 | 0 | 16 | 267 | 115 | 61 |
| Binary | 11101 | 11010100 | 11011100 | 1010111 | 100 | 0 | 1110 | 10110111 | 1001101 | 110001 |
Color Harmonies of #1DD4DC
Complementary color
Monochromatic Colors of #1DD4DC
Black with #1DD4DC
Text Example
Text Example
White with #1DD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD4DC; }
p { color: rgb(29,212,220); }
H1.HeaderClassName
{
color: #1DD4DC;
}
.AnyTagClassName
{
color: #1DD4DC;
}
</style>
background-color css
<style>
a { background-color: #1DD4DC; }
a { background-color: rgb(29,212,220); }
div.DivClassName
{
background-color: #1DD4DC;
}
.BgClassName
{
background-color: #1DD4DC;
}
</style>
border-color css
<style>
span { border-color: #1DD4DC; }
span { border-color: rgb(29,212,220); }
td.TdClassName
{
border-color: #1DD4DC;
}
.TagClassName
{
border-color: #1DD4DC;
}
</style>