Shades of Bright Turquoise #1DEDDF
Tints of Bright Turquoise #1DEDDF
RGB
CMYK
RGB Variations
Color information
#1DEDDF (or 0x1DEDDF) is known color: Bright Turquoise. HEX triplet: 1D, ED and DF. RGB value is (29,237,223). Sum of RGB (Red+Green+Blue) = 29+237+223=489 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.93% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #1DEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEDDF is #E21220. Grayscale: #ADADAD. Windows color (decimal): -14815777 or 14675229. OLE color: 14675229.
HSL color Cylindrical-coordinate representation of color #1DEDDF: hue angle of 175.96º degrees, saturation: 0.85, 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 #1DEDDF is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 223 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.07 |
| HSL | 175.96º | 0.85% | 0.52% | - |
| HSV(B) | 175.96º | 0.88% | 0.93% | - |
| XYZ | 44.11 | 66.16 | 80.26 | - |
| YUV | 173.21 | 156.09 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 223 | 0.88 | 0 | 0.06 | 0.07 | 175.96 | 0.85 | 0.52 |
| Hex | 1D | ED | DF | 58 | 0 | 6 | 7 | B0 | 55 | 34 |
| Octal | 35 | 355 | 337 | 130 | 0 | 6 | 7 | 260 | 125 | 64 |
| Binary | 11101 | 11101101 | 11011111 | 1011000 | 0 | 110 | 111 | 10110000 | 1010101 | 110100 |
Color Harmonies of #1DEDDF
Complementary color
Monochromatic Colors of #1DEDDF
Black with #1DEDDF
Text Example
Text Example
White with #1DEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDDF; }
p { color: rgb(29,237,223); }
H1.HeaderClassName
{
color: #1DEDDF;
}
.AnyTagClassName
{
color: #1DEDDF;
}
</style>
background-color css
<style>
a { background-color: #1DEDDF; }
a { background-color: rgb(29,237,223); }
div.DivClassName
{
background-color: #1DEDDF;
}
.BgClassName
{
background-color: #1DEDDF;
}
</style>
border-color css
<style>
span { border-color: #1DEDDF; }
span { border-color: rgb(29,237,223); }
td.TdClassName
{
border-color: #1DEDDF;
}
.TagClassName
{
border-color: #1DEDDF;
}
</style>