Shades of Bright Turquoise #1DDEEE
Tints of Bright Turquoise #1DDEEE
RGB
CMYK
RGB Variations
Color information
#1DDEEE (or 0x1DDEEE) is known color: Bright Turquoise. HEX triplet: 1D, DE and EE. RGB value is (29,222,238). Sum of RGB (Red+Green+Blue) = 29+222+238=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DDEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDEEE is #E22111. Grayscale: #A5A5A5. Windows color (decimal): -14819602 or 15654429. OLE color: 15654429.
HSL color Cylindrical-coordinate representation of color #1DDEEE: hue angle of 184.59º 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 #1DDEEE is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 222 | 238 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.07 |
| HSL | 184.59º | 0.86% | 0.52% | - |
| HSV(B) | 184.59º | 0.88% | 0.93% | - |
| XYZ | 42.06 | 58.68 | 90 | - |
| YUV | 166.12 | 168.56 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 238 | 0.88 | 0.07 | 0 | 0.07 | 184.59 | 0.86 | 0.52 |
| Hex | 1D | DE | EE | 58 | 7 | 0 | 7 | B9 | 56 | 34 |
| Octal | 35 | 336 | 356 | 130 | 7 | 0 | 7 | 271 | 126 | 64 |
| Binary | 11101 | 11011110 | 11101110 | 1011000 | 111 | 0 | 111 | 10111001 | 1010110 | 110100 |
Color Harmonies of #1DDEEE
Complementary color
Monochromatic Colors of #1DDEEE
Black with #1DDEEE
Text Example
Text Example
White with #1DDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDEEE; }
p { color: rgb(29,222,238); }
H1.HeaderClassName
{
color: #1DDEEE;
}
.AnyTagClassName
{
color: #1DDEEE;
}
</style>
background-color css
<style>
a { background-color: #1DDEEE; }
a { background-color: rgb(29,222,238); }
div.DivClassName
{
background-color: #1DDEEE;
}
.BgClassName
{
background-color: #1DDEEE;
}
</style>
border-color css
<style>
span { border-color: #1DDEEE; }
span { border-color: rgb(29,222,238); }
td.TdClassName
{
border-color: #1DDEEE;
}
.TagClassName
{
border-color: #1DDEEE;
}
</style>