Shades of Bright Turquoise #1DECEA
Tints of Bright Turquoise #1DECEA
RGB
CMYK
RGB Variations
Color information
#1DECEA (or 0x1DECEA) is known color: Bright Turquoise. HEX triplet: 1D, EC and EA. RGB value is (29,236,234). Sum of RGB (Red+Green+Blue) = 29+236+234=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DECEA is #E21315. Grayscale: #ADADAD. Windows color (decimal): -14816022 or 15395869. OLE color: 15395869.
HSL color Cylindrical-coordinate representation of color #1DECEA: hue angle of 179.42º degrees, saturation: 0.84, 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 #1DECEA is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 234 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.07 |
| HSL | 179.42º | 0.84% | 0.52% | - |
| HSV(B) | 179.42º | 0.88% | 0.93% | - |
| XYZ | 45.35 | 66.19 | 88.23 | - |
| YUV | 173.88 | 161.92 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 234 | 0.88 | 0 | 0.01 | 0.07 | 179.42 | 0.84 | 0.52 |
| Hex | 1D | EC | EA | 58 | 0 | 1 | 7 | B3 | 54 | 34 |
| Octal | 35 | 354 | 352 | 130 | 0 | 1 | 7 | 263 | 124 | 64 |
| Binary | 11101 | 11101100 | 11101010 | 1011000 | 0 | 1 | 111 | 10110011 | 1010100 | 110100 |
Color Harmonies of #1DECEA
Complementary color
Monochromatic Colors of #1DECEA
Black with #1DECEA
Text Example
Text Example
White with #1DECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECEA; }
p { color: rgb(29,236,234); }
H1.HeaderClassName
{
color: #1DECEA;
}
.AnyTagClassName
{
color: #1DECEA;
}
</style>
background-color css
<style>
a { background-color: #1DECEA; }
a { background-color: rgb(29,236,234); }
div.DivClassName
{
background-color: #1DECEA;
}
.BgClassName
{
background-color: #1DECEA;
}
</style>
border-color css
<style>
span { border-color: #1DECEA; }
span { border-color: rgb(29,236,234); }
td.TdClassName
{
border-color: #1DECEA;
}
.TagClassName
{
border-color: #1DECEA;
}
</style>