Shades of Bright Turquoise #1DD1EE
Tints of Bright Turquoise #1DD1EE
RGB
CMYK
RGB Variations
Color information
#1DD1EE (or 0x1DD1EE) is known color: Bright Turquoise. HEX triplet: 1D, D1 and EE. RGB value is (29,209,238). Sum of RGB (Red+Green+Blue) = 29+209+238=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DD1EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD1EE is #E22E11. Grayscale: #9E9E9E. Windows color (decimal): -14822930 or 15651101. OLE color: 15651101.
HSL color Cylindrical-coordinate representation of color #1DD1EE: hue angle of 188.33º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD1EE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 209 | 238 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.07 |
| HSL | 188.33º | 0.86% | 0.52% | - |
| HSV(B) | 188.33º | 0.88% | 0.93% | - |
| XYZ | 38.74 | 52.04 | 88.89 | - |
| YUV | 158.49 | 172.87 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 238 | 0.88 | 0.12 | 0 | 0.07 | 188.33 | 0.86 | 0.52 |
| Hex | 1D | D1 | EE | 58 | C | 0 | 7 | BC | 56 | 34 |
| Octal | 35 | 321 | 356 | 130 | 14 | 0 | 7 | 274 | 126 | 64 |
| Binary | 11101 | 11010001 | 11101110 | 1011000 | 1100 | 0 | 111 | 10111100 | 1010110 | 110100 |
Color Harmonies of #1DD1EE
Complementary color
Monochromatic Colors of #1DD1EE
Black with #1DD1EE
Text Example
Text Example
White with #1DD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD1EE; }
p { color: rgb(29,209,238); }
H1.HeaderClassName
{
color: #1DD1EE;
}
.AnyTagClassName
{
color: #1DD1EE;
}
</style>
background-color css
<style>
a { background-color: #1DD1EE; }
a { background-color: rgb(29,209,238); }
div.DivClassName
{
background-color: #1DD1EE;
}
.BgClassName
{
background-color: #1DD1EE;
}
</style>
border-color css
<style>
span { border-color: #1DD1EE; }
span { border-color: rgb(29,209,238); }
td.TdClassName
{
border-color: #1DD1EE;
}
.TagClassName
{
border-color: #1DD1EE;
}
</style>