Shades of Bright Turquoise #1DFCDB
Tints of Bright Turquoise #1DFCDB
RGB
CMYK
RGB Variations
Color information
#1DFCDB (or 0x1DFCDB) is known color: Bright Turquoise. HEX triplet: 1D, FC and DB. RGB value is (29,252,219). Sum of RGB (Red+Green+Blue) = 29+252+219=500 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.8% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFCDB is #E20324. Grayscale: #B5B5B5. Windows color (decimal): -14811941 or 14416925. OLE color: 14416925.
HSL color Cylindrical-coordinate representation of color #1DFCDB: hue angle of 171.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFCDB is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 219 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 171.12º | 0.97% | 0.55% | - |
| HSV(B) | 171.12º | 0.88% | 0.99% | - |
| XYZ | 48.1 | 75 | 78.96 | - |
| YUV | 181.56 | 149.12 | 19.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 219 | 0.88 | 0 | 0.13 | 0.01 | 171.12 | 0.97 | 0.55 |
| Hex | 1D | FC | DB | 58 | 0 | D | 1 | AB | 61 | 37 |
| Octal | 35 | 374 | 333 | 130 | 0 | 15 | 1 | 253 | 141 | 67 |
| Binary | 11101 | 11111100 | 11011011 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1DFCDB
Complementary color
Monochromatic Colors of #1DFCDB
Black with #1DFCDB
Text Example
Text Example
White with #1DFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFCDB; }
p { color: rgb(29,252,219); }
H1.HeaderClassName
{
color: #1DFCDB;
}
.AnyTagClassName
{
color: #1DFCDB;
}
</style>
background-color css
<style>
a { background-color: #1DFCDB; }
a { background-color: rgb(29,252,219); }
div.DivClassName
{
background-color: #1DFCDB;
}
.BgClassName
{
background-color: #1DFCDB;
}
</style>
border-color css
<style>
span { border-color: #1DFCDB; }
span { border-color: rgb(29,252,219); }
td.TdClassName
{
border-color: #1DFCDB;
}
.TagClassName
{
border-color: #1DFCDB;
}
</style>