Shades of Bright Turquoise #1DDFDC
Tints of Bright Turquoise #1DDFDC
RGB
CMYK
RGB Variations
Color information
#1DDFDC (or 0x1DDFDC) is known color: Bright Turquoise. HEX triplet: 1D, DF and DC. RGB value is (29,223,220). Sum of RGB (Red+Green+Blue) = 29+223+220=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFDC is #E22023. Grayscale: #A4A4A4. Windows color (decimal): -14819364 or 14475037. OLE color: 14475037.
HSL color Cylindrical-coordinate representation of color #1DDFDC: hue angle of 179.07º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDFDC is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 220 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.13 |
| HSL | 179.07º | 0.77% | 0.49% | - |
| HSV(B) | 179.07º | 0.87% | 0.87% | - |
| XYZ | 39.81 | 58.2 | 76.85 | - |
| YUV | 164.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 220 | 0.87 | 0 | 0.01 | 0.13 | 179.07 | 0.77 | 0.49 |
| Hex | 1D | DF | DC | 57 | 0 | 1 | D | B3 | 4D | 31 |
| Octal | 35 | 337 | 334 | 127 | 0 | 1 | 15 | 263 | 115 | 61 |
| Binary | 11101 | 11011111 | 11011100 | 1010111 | 0 | 1 | 1101 | 10110011 | 1001101 | 110001 |
Color Harmonies of #1DDFDC
Complementary color
Monochromatic Colors of #1DDFDC
Black with #1DDFDC
Text Example
Text Example
White with #1DDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFDC; }
p { color: rgb(29,223,220); }
H1.HeaderClassName
{
color: #1DDFDC;
}
.AnyTagClassName
{
color: #1DDFDC;
}
</style>
background-color css
<style>
a { background-color: #1DDFDC; }
a { background-color: rgb(29,223,220); }
div.DivClassName
{
background-color: #1DDFDC;
}
.BgClassName
{
background-color: #1DDFDC;
}
</style>
border-color css
<style>
span { border-color: #1DDFDC; }
span { border-color: rgb(29,223,220); }
td.TdClassName
{
border-color: #1DDFDC;
}
.TagClassName
{
border-color: #1DDFDC;
}
</style>