Shades of Bright Turquoise #1DDAF2
Tints of Bright Turquoise #1DDAF2
RGB
CMYK
RGB Variations
Color information
#1DDAF2 (or 0x1DDAF2) is known color: Bright Turquoise. HEX triplet: 1D, DA and F2. RGB value is (29,218,242). Sum of RGB (Red+Green+Blue) = 29+218+242=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DDAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDAF2 is #E2250D. Grayscale: #A3A3A3. Windows color (decimal): -14820622 or 15915549. OLE color: 15915549.
HSL color Cylindrical-coordinate representation of color #1DDAF2: hue angle of 186.76º 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 #1DDAF2 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 218 | 242 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.05 |
| HSL | 186.76º | 0.89% | 0.53% | - |
| HSV(B) | 186.76º | 0.88% | 0.95% | - |
| XYZ | 41.61 | 56.81 | 92.78 | - |
| YUV | 164.23 | 171.88 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 242 | 0.88 | 0.10 | 0 | 0.05 | 186.76 | 0.89 | 0.53 |
| Hex | 1D | DA | F2 | 58 | A | 0 | 5 | BB | 59 | 35 |
| Octal | 35 | 332 | 362 | 130 | 12 | 0 | 5 | 273 | 131 | 65 |
| Binary | 11101 | 11011010 | 11110010 | 1011000 | 1010 | 0 | 101 | 10111011 | 1011001 | 110101 |
Color Harmonies of #1DDAF2
Complementary color
Monochromatic Colors of #1DDAF2
Black with #1DDAF2
Text Example
Text Example
White with #1DDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDAF2; }
p { color: rgb(29,218,242); }
H1.HeaderClassName
{
color: #1DDAF2;
}
.AnyTagClassName
{
color: #1DDAF2;
}
</style>
background-color css
<style>
a { background-color: #1DDAF2; }
a { background-color: rgb(29,218,242); }
div.DivClassName
{
background-color: #1DDAF2;
}
.BgClassName
{
background-color: #1DDAF2;
}
</style>
border-color css
<style>
span { border-color: #1DDAF2; }
span { border-color: rgb(29,218,242); }
td.TdClassName
{
border-color: #1DDAF2;
}
.TagClassName
{
border-color: #1DDAF2;
}
</style>