Shades of Bright Turquoise #1DDFC2
Tints of Bright Turquoise #1DDFC2
RGB
CMYK
RGB Variations
Color information
#1DDFC2 (or 0x1DDFC2) is known color: Bright Turquoise. HEX triplet: 1D, DF and C2. RGB value is (29,223,194). Sum of RGB (Red+Green+Blue) = 29+223+194=446 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.50% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFC2 is #E2203D. Grayscale: #A1A1A1. Windows color (decimal): -14819390 or 12771101. OLE color: 12771101.
HSL color Cylindrical-coordinate representation of color #1DDFC2: hue angle of 171.03º 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 #1DDFC2 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 194 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.13 |
| HSL | 171.03º | 0.77% | 0.49% | - |
| HSV(B) | 171.03º | 0.87% | 0.87% | - |
| XYZ | 36.63 | 56.93 | 60.1 | - |
| YUV | 161.69 | 146.23 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 194 | 0.87 | 0 | 0.13 | 0.13 | 171.03 | 0.77 | 0.49 |
| Hex | 1D | DF | C2 | 57 | 0 | D | D | AB | 4D | 31 |
| Octal | 35 | 337 | 302 | 127 | 0 | 15 | 15 | 253 | 115 | 61 |
| Binary | 11101 | 11011111 | 11000010 | 1010111 | 0 | 1101 | 1101 | 10101011 | 1001101 | 110001 |
Color Harmonies of #1DDFC2
Complementary color
Monochromatic Colors of #1DDFC2
Black with #1DDFC2
Text Example
Text Example
White with #1DDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFC2; }
p { color: rgb(29,223,194); }
H1.HeaderClassName
{
color: #1DDFC2;
}
.AnyTagClassName
{
color: #1DDFC2;
}
</style>
background-color css
<style>
a { background-color: #1DDFC2; }
a { background-color: rgb(29,223,194); }
div.DivClassName
{
background-color: #1DDFC2;
}
.BgClassName
{
background-color: #1DDFC2;
}
</style>
border-color css
<style>
span { border-color: #1DDFC2; }
span { border-color: rgb(29,223,194); }
td.TdClassName
{
border-color: #1DDFC2;
}
.TagClassName
{
border-color: #1DDFC2;
}
</style>