Shades of Bright Turquoise #1DFDDB
Tints of Bright Turquoise #1DFDDB
RGB
CMYK
RGB Variations
Color information
#1DFDDB (or 0x1DFDDB) is known color: Bright Turquoise. HEX triplet: 1D, FD and DB. RGB value is (29,253,219). Sum of RGB (Red+Green+Blue) = 29+253+219=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDDB is #E20224. Grayscale: #B6B6B6. Windows color (decimal): -14811685 or 14417181. OLE color: 14417181.
HSL color Cylindrical-coordinate representation of color #1DFDDB: hue angle of 170.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDDB is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 219 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.01 |
| HSL | 170.89º | 0.98% | 0.55% | - |
| HSV(B) | 170.89º | 0.89% | 0.99% | - |
| XYZ | 48.42 | 75.63 | 79.06 | - |
| YUV | 182.15 | 148.79 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 219 | 0.89 | 0 | 0.13 | 0.01 | 170.89 | 0.98 | 0.55 |
| Hex | 1D | FD | DB | 59 | 0 | D | 1 | AB | 62 | 37 |
| Octal | 35 | 375 | 333 | 131 | 0 | 15 | 1 | 253 | 142 | 67 |
| Binary | 11101 | 11111101 | 11011011 | 1011001 | 0 | 1101 | 1 | 10101011 | 1100010 | 110111 |
Color Harmonies of #1DFDDB
Complementary color
Monochromatic Colors of #1DFDDB
Black with #1DFDDB
Text Example
Text Example
White with #1DFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDDB; }
p { color: rgb(29,253,219); }
H1.HeaderClassName
{
color: #1DFDDB;
}
.AnyTagClassName
{
color: #1DFDDB;
}
</style>
background-color css
<style>
a { background-color: #1DFDDB; }
a { background-color: rgb(29,253,219); }
div.DivClassName
{
background-color: #1DFDDB;
}
.BgClassName
{
background-color: #1DFDDB;
}
</style>
border-color css
<style>
span { border-color: #1DFDDB; }
span { border-color: rgb(29,253,219); }
td.TdClassName
{
border-color: #1DFDDB;
}
.TagClassName
{
border-color: #1DFDDB;
}
</style>