Shades of Bright Turquoise #1DEEDB
Tints of Bright Turquoise #1DEEDB
RGB
CMYK
RGB Variations
Color information
#1DEEDB (or 0x1DEEDB) is known color: Bright Turquoise. HEX triplet: 1D, EE and DB. RGB value is (29,238,219). Sum of RGB (Red+Green+Blue) = 29+238+219=486 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.97% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEDB is #E21124. Grayscale: #ADADAD. Windows color (decimal): -14815525 or 14413341. OLE color: 14413341.
HSL color Cylindrical-coordinate representation of color #1DEEDB: hue angle of 174.55º degrees, saturation: 0.86, 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 #1DEEDB is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 219 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.07 |
| HSL | 174.55º | 0.86% | 0.52% | - |
| HSV(B) | 174.55º | 0.88% | 0.93% | - |
| XYZ | 43.87 | 66.52 | 77.55 | - |
| YUV | 173.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 219 | 0.88 | 0 | 0.08 | 0.07 | 174.55 | 0.86 | 0.52 |
| Hex | 1D | EE | DB | 58 | 0 | 8 | 7 | AF | 56 | 34 |
| Octal | 35 | 356 | 333 | 130 | 0 | 10 | 7 | 257 | 126 | 64 |
| Binary | 11101 | 11101110 | 11011011 | 1011000 | 0 | 1000 | 111 | 10101111 | 1010110 | 110100 |
Color Harmonies of #1DEEDB
Complementary color
Monochromatic Colors of #1DEEDB
Black with #1DEEDB
Text Example
Text Example
White with #1DEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEDB; }
p { color: rgb(29,238,219); }
H1.HeaderClassName
{
color: #1DEEDB;
}
.AnyTagClassName
{
color: #1DEEDB;
}
</style>
background-color css
<style>
a { background-color: #1DEEDB; }
a { background-color: rgb(29,238,219); }
div.DivClassName
{
background-color: #1DEEDB;
}
.BgClassName
{
background-color: #1DEEDB;
}
</style>
border-color css
<style>
span { border-color: #1DEEDB; }
span { border-color: rgb(29,238,219); }
td.TdClassName
{
border-color: #1DEEDB;
}
.TagClassName
{
border-color: #1DEEDB;
}
</style>