Shades of Bright Turquoise #1DEECB
Tints of Bright Turquoise #1DEECB
RGB
CMYK
RGB Variations
Color information
#1DEECB (or 0x1DEECB) is known color: Bright Turquoise. HEX triplet: 1D, EE and CB. RGB value is (29,238,203). Sum of RGB (Red+Green+Blue) = 29+238+203=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEECB is #E21134. Grayscale: #ABABAB. Windows color (decimal): -14815541 or 13364765. OLE color: 13364765.
HSL color Cylindrical-coordinate representation of color #1DEECB: hue angle of 169.95º 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 #1DEECB is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 203 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.07 |
| HSL | 169.95º | 0.86% | 0.52% | - |
| HSV(B) | 169.95º | 0.88% | 0.93% | - |
| XYZ | 41.86 | 65.72 | 66.98 | - |
| YUV | 171.52 | 145.76 | 26.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 203 | 0.88 | 0 | 0.15 | 0.07 | 169.95 | 0.86 | 0.52 |
| Hex | 1D | EE | CB | 58 | 0 | F | 7 | AA | 56 | 34 |
| Octal | 35 | 356 | 313 | 130 | 0 | 17 | 7 | 252 | 126 | 64 |
| Binary | 11101 | 11101110 | 11001011 | 1011000 | 0 | 1111 | 111 | 10101010 | 1010110 | 110100 |
Color Harmonies of #1DEECB
Complementary color
Monochromatic Colors of #1DEECB
Black with #1DEECB
Text Example
Text Example
White with #1DEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEECB; }
p { color: rgb(29,238,203); }
H1.HeaderClassName
{
color: #1DEECB;
}
.AnyTagClassName
{
color: #1DEECB;
}
</style>
background-color css
<style>
a { background-color: #1DEECB; }
a { background-color: rgb(29,238,203); }
div.DivClassName
{
background-color: #1DEECB;
}
.BgClassName
{
background-color: #1DEECB;
}
</style>
border-color css
<style>
span { border-color: #1DEECB; }
span { border-color: rgb(29,238,203); }
td.TdClassName
{
border-color: #1DEECB;
}
.TagClassName
{
border-color: #1DEECB;
}
</style>