Shades of Bright Turquoise #1DEEBC
Tints of Bright Turquoise #1DEEBC
RGB
CMYK
RGB Variations
Color information
#1DEEBC (or 0x1DEEBC) is known color: Bright Turquoise. HEX triplet: 1D, EE and BC. RGB value is (29,238,188). Sum of RGB (Red+Green+Blue) = 29+238+188=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEBC is #E21143. Grayscale: #A9A9A9. Windows color (decimal): -14815556 or 12381725. OLE color: 12381725.
HSL color Cylindrical-coordinate representation of color #1DEEBC: hue angle of 165.65º 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 #1DEEBC is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 188 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.07 |
| HSL | 165.65º | 0.86% | 0.52% | - |
| HSV(B) | 165.65º | 0.88% | 0.93% | - |
| XYZ | 40.16 | 65.04 | 58.01 | - |
| YUV | 169.81 | 138.26 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 188 | 0.88 | 0 | 0.21 | 0.07 | 165.65 | 0.86 | 0.52 |
| Hex | 1D | EE | BC | 58 | 0 | 15 | 7 | A6 | 56 | 34 |
| Octal | 35 | 356 | 274 | 130 | 0 | 25 | 7 | 246 | 126 | 64 |
| Binary | 11101 | 11101110 | 10111100 | 1011000 | 0 | 10101 | 111 | 10100110 | 1010110 | 110100 |
Color Harmonies of #1DEEBC
Complementary color
Monochromatic Colors of #1DEEBC
Black with #1DEEBC
Text Example
Text Example
White with #1DEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEBC; }
p { color: rgb(29,238,188); }
H1.HeaderClassName
{
color: #1DEEBC;
}
.AnyTagClassName
{
color: #1DEEBC;
}
</style>
background-color css
<style>
a { background-color: #1DEEBC; }
a { background-color: rgb(29,238,188); }
div.DivClassName
{
background-color: #1DEEBC;
}
.BgClassName
{
background-color: #1DEEBC;
}
</style>
border-color css
<style>
span { border-color: #1DEEBC; }
span { border-color: rgb(29,238,188); }
td.TdClassName
{
border-color: #1DEEBC;
}
.TagClassName
{
border-color: #1DEEBC;
}
</style>