Shades of Bright Turquoise #1DEEEA
Tints of Bright Turquoise #1DEEEA
RGB
CMYK
RGB Variations
Color information
#1DEEEA (or 0x1DEEEA) is known color: Bright Turquoise. HEX triplet: 1D, EE and EA. RGB value is (29,238,234). Sum of RGB (Red+Green+Blue) = 29+238+234=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEEEA is #E21115. Grayscale: #AEAEAE. Windows color (decimal): -14815510 or 15396381. OLE color: 15396381.
HSL color Cylindrical-coordinate representation of color #1DEEEA: hue angle of 178.85º 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 #1DEEEA is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 234 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.07 |
| HSL | 178.85º | 0.86% | 0.52% | - |
| HSV(B) | 178.85º | 0.88% | 0.93% | - |
| XYZ | 45.93 | 67.35 | 88.42 | - |
| YUV | 175.05 | 161.26 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 234 | 0.88 | 0 | 0.02 | 0.07 | 178.85 | 0.86 | 0.52 |
| Hex | 1D | EE | EA | 58 | 0 | 2 | 7 | B3 | 56 | 34 |
| Octal | 35 | 356 | 352 | 130 | 0 | 2 | 7 | 263 | 126 | 64 |
| Binary | 11101 | 11101110 | 11101010 | 1011000 | 0 | 10 | 111 | 10110011 | 1010110 | 110100 |
Color Harmonies of #1DEEEA
Complementary color
Monochromatic Colors of #1DEEEA
Black with #1DEEEA
Text Example
Text Example
White with #1DEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEEA; }
p { color: rgb(29,238,234); }
H1.HeaderClassName
{
color: #1DEEEA;
}
.AnyTagClassName
{
color: #1DEEEA;
}
</style>
background-color css
<style>
a { background-color: #1DEEEA; }
a { background-color: rgb(29,238,234); }
div.DivClassName
{
background-color: #1DEEEA;
}
.BgClassName
{
background-color: #1DEEEA;
}
</style>
border-color css
<style>
span { border-color: #1DEEEA; }
span { border-color: rgb(29,238,234); }
td.TdClassName
{
border-color: #1DEEEA;
}
.TagClassName
{
border-color: #1DEEEA;
}
</style>