Shades of Bright Turquoise #1DD3EF
Tints of Bright Turquoise #1DD3EF
RGB
CMYK
RGB Variations
Color information
#1DD3EF (or 0x1DD3EF) is known color: Bright Turquoise. HEX triplet: 1D, D3 and EF. RGB value is (29,211,239). Sum of RGB (Red+Green+Blue) = 29+211+239=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DD3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD3EF is #E22C10. Grayscale: #9F9F9F. Windows color (decimal): -14822417 or 15717149. OLE color: 15717149.
HSL color Cylindrical-coordinate representation of color #1DD3EF: hue angle of 188º 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 #1DD3EF is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 211 | 239 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.06 |
| HSL | 188º | 0.87% | 0.53% | - |
| HSV(B) | 188º | 0.88% | 0.94% | - |
| XYZ | 39.38 | 53.08 | 89.83 | - |
| YUV | 159.77 | 172.7 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 211 | 239 | 0.88 | 0.12 | 0 | 0.06 | 188 | 0.87 | 0.53 |
| Hex | 1D | D3 | EF | 58 | C | 0 | 6 | BC | 57 | 35 |
| Octal | 35 | 323 | 357 | 130 | 14 | 0 | 6 | 274 | 127 | 65 |
| Binary | 11101 | 11010011 | 11101111 | 1011000 | 1100 | 0 | 110 | 10111100 | 1010111 | 110101 |
Color Harmonies of #1DD3EF
Complementary color
Monochromatic Colors of #1DD3EF
Black with #1DD3EF
Text Example
Text Example
White with #1DD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD3EF; }
p { color: rgb(29,211,239); }
H1.HeaderClassName
{
color: #1DD3EF;
}
.AnyTagClassName
{
color: #1DD3EF;
}
</style>
background-color css
<style>
a { background-color: #1DD3EF; }
a { background-color: rgb(29,211,239); }
div.DivClassName
{
background-color: #1DD3EF;
}
.BgClassName
{
background-color: #1DD3EF;
}
</style>
border-color css
<style>
span { border-color: #1DD3EF; }
span { border-color: rgb(29,211,239); }
td.TdClassName
{
border-color: #1DD3EF;
}
.TagClassName
{
border-color: #1DD3EF;
}
</style>