Shades of Bright Turquoise #1DF2DD
Tints of Bright Turquoise #1DF2DD
RGB
CMYK
RGB Variations
Color information
#1DF2DD (or 0x1DF2DD) is known color: Bright Turquoise. HEX triplet: 1D, F2 and DD. RGB value is (29,242,221). Sum of RGB (Red+Green+Blue) = 29+242+221=492 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.89% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF2DD is #E20D22. Grayscale: #AFAFAF. Windows color (decimal): -14814499 or 14545437. OLE color: 14545437.
HSL color Cylindrical-coordinate representation of color #1DF2DD: hue angle of 174.08º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF2DD is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 221 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.05 |
| HSL | 174.08º | 0.89% | 0.53% | - |
| HSV(B) | 174.08º | 0.88% | 0.95% | - |
| XYZ | 45.31 | 68.99 | 79.33 | - |
| YUV | 175.92 | 153.43 | 23.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 221 | 0.88 | 0 | 0.09 | 0.05 | 174.08 | 0.89 | 0.53 |
| Hex | 1D | F2 | DD | 58 | 0 | 9 | 5 | AE | 59 | 35 |
| Octal | 35 | 362 | 335 | 130 | 0 | 11 | 5 | 256 | 131 | 65 |
| Binary | 11101 | 11110010 | 11011101 | 1011000 | 0 | 1001 | 101 | 10101110 | 1011001 | 110101 |
Color Harmonies of #1DF2DD
Complementary color
Monochromatic Colors of #1DF2DD
Black with #1DF2DD
Text Example
Text Example
White with #1DF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF2DD; }
p { color: rgb(29,242,221); }
H1.HeaderClassName
{
color: #1DF2DD;
}
.AnyTagClassName
{
color: #1DF2DD;
}
</style>
background-color css
<style>
a { background-color: #1DF2DD; }
a { background-color: rgb(29,242,221); }
div.DivClassName
{
background-color: #1DF2DD;
}
.BgClassName
{
background-color: #1DF2DD;
}
</style>
border-color css
<style>
span { border-color: #1DF2DD; }
span { border-color: rgb(29,242,221); }
td.TdClassName
{
border-color: #1DF2DD;
}
.TagClassName
{
border-color: #1DF2DD;
}
</style>