Shades of Bright Turquoise #1DDCE0
Tints of Bright Turquoise #1DDCE0
RGB
CMYK
RGB Variations
Color information
#1DDCE0 (or 0x1DDCE0) is known color: Bright Turquoise. HEX triplet: 1D, DC and E0. RGB value is (29,220,224). Sum of RGB (Red+Green+Blue) = 29+220+224=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DDCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCE0 is #E2231F. Grayscale: #A3A3A3. Windows color (decimal): -14820128 or 14736413. OLE color: 14736413.
HSL color Cylindrical-coordinate representation of color #1DDCE0: hue angle of 181.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDCE0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 220 | 224 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.12 |
| HSL | 181.23º | 0.77% | 0.5% | - |
| HSV(B) | 181.23º | 0.87% | 0.88% | - |
| XYZ | 39.55 | 56.83 | 79.41 | - |
| YUV | 163.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 224 | 0.87 | 0.02 | 0 | 0.12 | 181.23 | 0.77 | 0.5 |
| Hex | 1D | DC | E0 | 57 | 2 | 0 | C | B5 | 4D | 32 |
| Octal | 35 | 334 | 340 | 127 | 2 | 0 | 14 | 265 | 115 | 62 |
| Binary | 11101 | 11011100 | 11100000 | 1010111 | 10 | 0 | 1100 | 10110101 | 1001101 | 110010 |
Color Harmonies of #1DDCE0
Complementary color
Monochromatic Colors of #1DDCE0
Black with #1DDCE0
Text Example
Text Example
White with #1DDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCE0; }
p { color: rgb(29,220,224); }
H1.HeaderClassName
{
color: #1DDCE0;
}
.AnyTagClassName
{
color: #1DDCE0;
}
</style>
background-color css
<style>
a { background-color: #1DDCE0; }
a { background-color: rgb(29,220,224); }
div.DivClassName
{
background-color: #1DDCE0;
}
.BgClassName
{
background-color: #1DDCE0;
}
</style>
border-color css
<style>
span { border-color: #1DDCE0; }
span { border-color: rgb(29,220,224); }
td.TdClassName
{
border-color: #1DDCE0;
}
.TagClassName
{
border-color: #1DDCE0;
}
</style>