Shades of Bright Turquoise #1DECDA
Tints of Bright Turquoise #1DECDA
RGB
CMYK
RGB Variations
Color information
#1DECDA (or 0x1DECDA) is known color: Bright Turquoise. HEX triplet: 1D, EC and DA. RGB value is (29,236,218). Sum of RGB (Red+Green+Blue) = 29+236+218=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECDA is #E21325. Grayscale: #ABABAB. Windows color (decimal): -14816038 or 14347293. OLE color: 14347293.
HSL color Cylindrical-coordinate representation of color #1DECDA: hue angle of 174.78º 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 #1DECDA is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 218 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.07 |
| HSL | 174.78º | 0.84% | 0.52% | - |
| HSV(B) | 174.78º | 0.88% | 0.93% | - |
| XYZ | 43.16 | 65.31 | 76.66 | - |
| YUV | 172.06 | 153.92 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 218 | 0.88 | 0 | 0.08 | 0.07 | 174.78 | 0.84 | 0.52 |
| Hex | 1D | EC | DA | 58 | 0 | 8 | 7 | AF | 54 | 34 |
| Octal | 35 | 354 | 332 | 130 | 0 | 10 | 7 | 257 | 124 | 64 |
| Binary | 11101 | 11101100 | 11011010 | 1011000 | 0 | 1000 | 111 | 10101111 | 1010100 | 110100 |
Color Harmonies of #1DECDA
Complementary color
Monochromatic Colors of #1DECDA
Black with #1DECDA
Text Example
Text Example
White with #1DECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECDA; }
p { color: rgb(29,236,218); }
H1.HeaderClassName
{
color: #1DECDA;
}
.AnyTagClassName
{
color: #1DECDA;
}
</style>
background-color css
<style>
a { background-color: #1DECDA; }
a { background-color: rgb(29,236,218); }
div.DivClassName
{
background-color: #1DECDA;
}
.BgClassName
{
background-color: #1DECDA;
}
</style>
border-color css
<style>
span { border-color: #1DECDA; }
span { border-color: rgb(29,236,218); }
td.TdClassName
{
border-color: #1DECDA;
}
.TagClassName
{
border-color: #1DECDA;
}
</style>