Shades of Bright Turquoise #1DDDEF
Tints of Bright Turquoise #1DDDEF
RGB
CMYK
RGB Variations
Color information
#1DDDEF (or 0x1DDDEF) is known color: Bright Turquoise. HEX triplet: 1D, DD and EF. RGB value is (29,221,239). Sum of RGB (Red+Green+Blue) = 29+221+239=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDDEF is #E22210. Grayscale: #A5A5A5. Windows color (decimal): -14819857 or 15719709. OLE color: 15719709.
HSL color Cylindrical-coordinate representation of color #1DDDEF: hue angle of 185.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDDEF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 221 | 239 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.06 |
| HSL | 185.14º | 0.87% | 0.53% | - |
| HSV(B) | 185.14º | 0.88% | 0.94% | - |
| XYZ | 41.94 | 58.21 | 90.69 | - |
| YUV | 165.64 | 169.39 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 239 | 0.88 | 0.08 | 0 | 0.06 | 185.14 | 0.87 | 0.53 |
| Hex | 1D | DD | EF | 58 | 8 | 0 | 6 | B9 | 57 | 35 |
| Octal | 35 | 335 | 357 | 130 | 10 | 0 | 6 | 271 | 127 | 65 |
| Binary | 11101 | 11011101 | 11101111 | 1011000 | 1000 | 0 | 110 | 10111001 | 1010111 | 110101 |
Color Harmonies of #1DDDEF
Complementary color
Monochromatic Colors of #1DDDEF
Black with #1DDDEF
Text Example
Text Example
White with #1DDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDDEF; }
p { color: rgb(29,221,239); }
H1.HeaderClassName
{
color: #1DDDEF;
}
.AnyTagClassName
{
color: #1DDDEF;
}
</style>
background-color css
<style>
a { background-color: #1DDDEF; }
a { background-color: rgb(29,221,239); }
div.DivClassName
{
background-color: #1DDDEF;
}
.BgClassName
{
background-color: #1DDDEF;
}
</style>
border-color css
<style>
span { border-color: #1DDDEF; }
span { border-color: rgb(29,221,239); }
td.TdClassName
{
border-color: #1DDDEF;
}
.TagClassName
{
border-color: #1DDDEF;
}
</style>