Shades of Bright Turquoise #1DFCDD
Tints of Bright Turquoise #1DFCDD
RGB
CMYK
RGB Variations
Color information
#1DFCDD (or 0x1DFCDD) is known color: Bright Turquoise. HEX triplet: 1D, FC and DD. RGB value is (29,252,221). Sum of RGB (Red+Green+Blue) = 29+252+221=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #1DFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFCDD is #E20322. Grayscale: #B5B5B5. Windows color (decimal): -14811939 or 14547997. OLE color: 14547997.
HSL color Cylindrical-coordinate representation of color #1DFCDD: hue angle of 171.66º 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 #1DFCDD is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 252 | 221 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.01 |
| HSL | 171.66º | 0.97% | 0.55% | - |
| HSV(B) | 171.66º | 0.88% | 0.99% | - |
| XYZ | 48.37 | 75.1 | 80.35 | - |
| YUV | 181.79 | 150.12 | 19.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 252 | 221 | 0.88 | 0 | 0.12 | 0.01 | 171.66 | 0.97 | 0.55 |
| Hex | 1D | FC | DD | 58 | 0 | C | 1 | AC | 61 | 37 |
| Octal | 35 | 374 | 335 | 130 | 0 | 14 | 1 | 254 | 141 | 67 |
| Binary | 11101 | 11111100 | 11011101 | 1011000 | 0 | 1100 | 1 | 10101100 | 1100001 | 110111 |
Color Harmonies of #1DFCDD
Complementary color
Monochromatic Colors of #1DFCDD
Black with #1DFCDD
Text Example
Text Example
White with #1DFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFCDD; }
p { color: rgb(29,252,221); }
H1.HeaderClassName
{
color: #1DFCDD;
}
.AnyTagClassName
{
color: #1DFCDD;
}
</style>
background-color css
<style>
a { background-color: #1DFCDD; }
a { background-color: rgb(29,252,221); }
div.DivClassName
{
background-color: #1DFCDD;
}
.BgClassName
{
background-color: #1DFCDD;
}
</style>
border-color css
<style>
span { border-color: #1DFCDD; }
span { border-color: rgb(29,252,221); }
td.TdClassName
{
border-color: #1DFCDD;
}
.TagClassName
{
border-color: #1DFCDD;
}
</style>