Shades of Bright Turquoise #1DDFDA
Tints of Bright Turquoise #1DDFDA
RGB
CMYK
RGB Variations
Color information
#1DDFDA (or 0x1DDFDA) is known color: Bright Turquoise. HEX triplet: 1D, DF and DA. RGB value is (29,223,218). Sum of RGB (Red+Green+Blue) = 29+223+218=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFDA is #E22025. Grayscale: #A4A4A4. Windows color (decimal): -14819366 or 14343965. OLE color: 14343965.
HSL color Cylindrical-coordinate representation of color #1DDFDA: hue angle of 178.45º 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 #1DDFDA is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 218 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.45º | 0.77% | 0.49% | - |
| HSV(B) | 178.45º | 0.87% | 0.87% | - |
| XYZ | 39.55 | 58.1 | 75.46 | - |
| YUV | 164.42 | 158.23 | 31.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 218 | 0.87 | 0 | 0.02 | 0.13 | 178.45 | 0.77 | 0.49 |
| Hex | 1D | DF | DA | 57 | 0 | 2 | D | B2 | 4D | 31 |
| Octal | 35 | 337 | 332 | 127 | 0 | 2 | 15 | 262 | 115 | 61 |
| Binary | 11101 | 11011111 | 11011010 | 1010111 | 0 | 10 | 1101 | 10110010 | 1001101 | 110001 |
Color Harmonies of #1DDFDA
Complementary color
Monochromatic Colors of #1DDFDA
Black with #1DDFDA
Text Example
Text Example
White with #1DDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFDA; }
p { color: rgb(29,223,218); }
H1.HeaderClassName
{
color: #1DDFDA;
}
.AnyTagClassName
{
color: #1DDFDA;
}
</style>
background-color css
<style>
a { background-color: #1DDFDA; }
a { background-color: rgb(29,223,218); }
div.DivClassName
{
background-color: #1DDFDA;
}
.BgClassName
{
background-color: #1DDFDA;
}
</style>
border-color css
<style>
span { border-color: #1DDFDA; }
span { border-color: rgb(29,223,218); }
td.TdClassName
{
border-color: #1DDFDA;
}
.TagClassName
{
border-color: #1DDFDA;
}
</style>