Shades of Bright Turquoise #1DEAE1
Tints of Bright Turquoise #1DEAE1
RGB
CMYK
RGB Variations
Color information
#1DEAE1 (or 0x1DEAE1) is known color: Bright Turquoise. HEX triplet: 1D, EA and E1. RGB value is (29,234,225). Sum of RGB (Red+Green+Blue) = 29+234+225=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEAE1 is #E2151E. Grayscale: #ABABAB. Windows color (decimal): -14816543 or 14805533. OLE color: 14805533.
HSL color Cylindrical-coordinate representation of color #1DEAE1: hue angle of 177.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEAE1 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 234 | 225 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.08 |
| HSL | 177.37º | 0.83% | 0.52% | - |
| HSV(B) | 177.37º | 0.88% | 0.92% | - |
| XYZ | 43.52 | 64.54 | 81.4 | - |
| YUV | 171.68 | 158.08 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 234 | 225 | 0.88 | 0 | 0.04 | 0.08 | 177.37 | 0.83 | 0.52 |
| Hex | 1D | EA | E1 | 58 | 0 | 4 | 8 | B1 | 53 | 34 |
| Octal | 35 | 352 | 341 | 130 | 0 | 4 | 10 | 261 | 123 | 64 |
| Binary | 11101 | 11101010 | 11100001 | 1011000 | 0 | 100 | 1000 | 10110001 | 1010011 | 110100 |
Color Harmonies of #1DEAE1
Complementary color
Monochromatic Colors of #1DEAE1
Black with #1DEAE1
Text Example
Text Example
White with #1DEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEAE1; }
p { color: rgb(29,234,225); }
H1.HeaderClassName
{
color: #1DEAE1;
}
.AnyTagClassName
{
color: #1DEAE1;
}
</style>
background-color css
<style>
a { background-color: #1DEAE1; }
a { background-color: rgb(29,234,225); }
div.DivClassName
{
background-color: #1DEAE1;
}
.BgClassName
{
background-color: #1DEAE1;
}
</style>
border-color css
<style>
span { border-color: #1DEAE1; }
span { border-color: rgb(29,234,225); }
td.TdClassName
{
border-color: #1DEAE1;
}
.TagClassName
{
border-color: #1DEAE1;
}
</style>