Shades of Bright Turquoise #1DECD3
Tints of Bright Turquoise #1DECD3
RGB
CMYK
RGB Variations
Color information
#1DECD3 (or 0x1DECD3) is known color: Bright Turquoise. HEX triplet: 1D, EC and D3. RGB value is (29,236,211). Sum of RGB (Red+Green+Blue) = 29+236+211=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECD3 is #E2132C. Grayscale: #ABABAB. Windows color (decimal): -14816045 or 13888541. OLE color: 13888541.
HSL color Cylindrical-coordinate representation of color #1DECD3: hue angle of 172.75º 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 #1DECD3 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 211 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.07 |
| HSL | 172.75º | 0.84% | 0.52% | - |
| HSV(B) | 172.75º | 0.88% | 0.93% | - |
| XYZ | 42.26 | 64.96 | 71.94 | - |
| YUV | 171.26 | 150.42 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 211 | 0.88 | 0 | 0.11 | 0.07 | 172.75 | 0.84 | 0.52 |
| Hex | 1D | EC | D3 | 58 | 0 | B | 7 | AD | 54 | 34 |
| Octal | 35 | 354 | 323 | 130 | 0 | 13 | 7 | 255 | 124 | 64 |
| Binary | 11101 | 11101100 | 11010011 | 1011000 | 0 | 1011 | 111 | 10101101 | 1010100 | 110100 |
Color Harmonies of #1DECD3
Complementary color
Monochromatic Colors of #1DECD3
Black with #1DECD3
Text Example
Text Example
White with #1DECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DECD3; }
p { color: rgb(29,236,211); }
H1.HeaderClassName
{
color: #1DECD3;
}
.AnyTagClassName
{
color: #1DECD3;
}
</style>
background-color css
<style>
a { background-color: #1DECD3; }
a { background-color: rgb(29,236,211); }
div.DivClassName
{
background-color: #1DECD3;
}
.BgClassName
{
background-color: #1DECD3;
}
</style>
border-color css
<style>
span { border-color: #1DECD3; }
span { border-color: rgb(29,236,211); }
td.TdClassName
{
border-color: #1DECD3;
}
.TagClassName
{
border-color: #1DECD3;
}
</style>