Shades of Bright Turquoise #1DD9F2
Tints of Bright Turquoise #1DD9F2
RGB
CMYK
RGB Variations
Color information
#1DD9F2 (or 0x1DD9F2) is known color: Bright Turquoise. HEX triplet: 1D, D9 and F2. RGB value is (29,217,242). Sum of RGB (Red+Green+Blue) = 29+217+242=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DD9F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD9F2 is #E2260D. Grayscale: #A3A3A3. Windows color (decimal): -14820878 or 15915293. OLE color: 15915293.
HSL color Cylindrical-coordinate representation of color #1DD9F2: hue angle of 187.04º 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 #1DD9F2 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 217 | 242 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.05 |
| HSL | 187.04º | 0.89% | 0.53% | - |
| HSV(B) | 187.04º | 0.88% | 0.95% | - |
| XYZ | 41.35 | 56.3 | 92.69 | - |
| YUV | 163.64 | 172.22 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 242 | 0.88 | 0.10 | 0 | 0.05 | 187.04 | 0.89 | 0.53 |
| Hex | 1D | D9 | F2 | 58 | A | 0 | 5 | BB | 59 | 35 |
| Octal | 35 | 331 | 362 | 130 | 12 | 0 | 5 | 273 | 131 | 65 |
| Binary | 11101 | 11011001 | 11110010 | 1011000 | 1010 | 0 | 101 | 10111011 | 1011001 | 110101 |
Color Harmonies of #1DD9F2
Complementary color
Monochromatic Colors of #1DD9F2
Black with #1DD9F2
Text Example
Text Example
White with #1DD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD9F2; }
p { color: rgb(29,217,242); }
H1.HeaderClassName
{
color: #1DD9F2;
}
.AnyTagClassName
{
color: #1DD9F2;
}
</style>
background-color css
<style>
a { background-color: #1DD9F2; }
a { background-color: rgb(29,217,242); }
div.DivClassName
{
background-color: #1DD9F2;
}
.BgClassName
{
background-color: #1DD9F2;
}
</style>
border-color css
<style>
span { border-color: #1DD9F2; }
span { border-color: rgb(29,217,242); }
td.TdClassName
{
border-color: #1DD9F2;
}
.TagClassName
{
border-color: #1DD9F2;
}
</style>