Shades of Bright Turquoise #1DDBE8
Tints of Bright Turquoise #1DDBE8
RGB
CMYK
RGB Variations
Color information
#1DDBE8 (or 0x1DDBE8) is known color: Bright Turquoise. HEX triplet: 1D, DB and E8. RGB value is (29,219,232). Sum of RGB (Red+Green+Blue) = 29+219+232=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #1DDBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBE8 is #E22417. Grayscale: #A3A3A3. Windows color (decimal): -14820376 or 15260445. OLE color: 15260445.
HSL color Cylindrical-coordinate representation of color #1DDBE8: hue angle of 183.84º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDBE8 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 219 | 232 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.09 |
| HSL | 183.84º | 0.82% | 0.51% | - |
| HSV(B) | 183.84º | 0.88% | 0.91% | - |
| XYZ | 40.4 | 56.75 | 85.17 | - |
| YUV | 163.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 232 | 0.88 | 0.06 | 0 | 0.09 | 183.84 | 0.82 | 0.51 |
| Hex | 1D | DB | E8 | 58 | 6 | 0 | 9 | B8 | 52 | 33 |
| Octal | 35 | 333 | 350 | 130 | 6 | 0 | 11 | 270 | 122 | 63 |
| Binary | 11101 | 11011011 | 11101000 | 1011000 | 110 | 0 | 1001 | 10111000 | 1010010 | 110011 |
Color Harmonies of #1DDBE8
Complementary color
Monochromatic Colors of #1DDBE8
Black with #1DDBE8
Text Example
Text Example
White with #1DDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBE8; }
p { color: rgb(29,219,232); }
H1.HeaderClassName
{
color: #1DDBE8;
}
.AnyTagClassName
{
color: #1DDBE8;
}
</style>
background-color css
<style>
a { background-color: #1DDBE8; }
a { background-color: rgb(29,219,232); }
div.DivClassName
{
background-color: #1DDBE8;
}
.BgClassName
{
background-color: #1DDBE8;
}
</style>
border-color css
<style>
span { border-color: #1DDBE8; }
span { border-color: rgb(29,219,232); }
td.TdClassName
{
border-color: #1DDBE8;
}
.TagClassName
{
border-color: #1DDBE8;
}
</style>