Shades of Bright Turquoise #1DDFC1
Tints of Bright Turquoise #1DDFC1
RGB
CMYK
RGB Variations
Color information
#1DDFC1 (or 0x1DDFC1) is known color: Bright Turquoise. HEX triplet: 1D, DF and C1. RGB value is (29,223,193). Sum of RGB (Red+Green+Blue) = 29+223+193=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFC1 is #E2203E. Grayscale: #A1A1A1. Windows color (decimal): -14819391 or 12705565. OLE color: 12705565.
HSL color Cylindrical-coordinate representation of color #1DDFC1: hue angle of 170.72º 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 #1DDFC1 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 193 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.13 |
| HSL | 170.72º | 0.77% | 0.49% | - |
| HSV(B) | 170.72º | 0.87% | 0.87% | - |
| XYZ | 36.52 | 56.89 | 59.51 | - |
| YUV | 161.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 193 | 0.87 | 0 | 0.13 | 0.13 | 170.72 | 0.77 | 0.49 |
| Hex | 1D | DF | C1 | 57 | 0 | D | D | AB | 4D | 31 |
| Octal | 35 | 337 | 301 | 127 | 0 | 15 | 15 | 253 | 115 | 61 |
| Binary | 11101 | 11011111 | 11000001 | 1010111 | 0 | 1101 | 1101 | 10101011 | 1001101 | 110001 |
Color Harmonies of #1DDFC1
Complementary color
Monochromatic Colors of #1DDFC1
Black with #1DDFC1
Text Example
Text Example
White with #1DDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFC1; }
p { color: rgb(29,223,193); }
H1.HeaderClassName
{
color: #1DDFC1;
}
.AnyTagClassName
{
color: #1DDFC1;
}
</style>
background-color css
<style>
a { background-color: #1DDFC1; }
a { background-color: rgb(29,223,193); }
div.DivClassName
{
background-color: #1DDFC1;
}
.BgClassName
{
background-color: #1DDFC1;
}
</style>
border-color css
<style>
span { border-color: #1DDFC1; }
span { border-color: rgb(29,223,193); }
td.TdClassName
{
border-color: #1DDFC1;
}
.TagClassName
{
border-color: #1DDFC1;
}
</style>