Shades of Bright Turquoise #1DF3DC
Tints of Bright Turquoise #1DF3DC
RGB
CMYK
RGB Variations
Color information
#1DF3DC (or 0x1DF3DC) is known color: Bright Turquoise. HEX triplet: 1D, F3 and DC. RGB value is (29,243,220). Sum of RGB (Red+Green+Blue) = 29+243+220=492 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.89% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF3DC is #E20C23. Grayscale: #B0B0B0. Windows color (decimal): -14814244 or 14480157. OLE color: 14480157.
HSL color Cylindrical-coordinate representation of color #1DF3DC: hue angle of 173.55º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF3DC is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 220 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.05 |
| HSL | 173.55º | 0.9% | 0.53% | - |
| HSV(B) | 173.55º | 0.88% | 0.95% | - |
| XYZ | 45.48 | 69.53 | 78.73 | - |
| YUV | 176.39 | 152.6 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 220 | 0.88 | 0 | 0.09 | 0.05 | 173.55 | 0.9 | 0.53 |
| Hex | 1D | F3 | DC | 58 | 0 | 9 | 5 | AE | 5A | 35 |
| Octal | 35 | 363 | 334 | 130 | 0 | 11 | 5 | 256 | 132 | 65 |
| Binary | 11101 | 11110011 | 11011100 | 1011000 | 0 | 1001 | 101 | 10101110 | 1011010 | 110101 |
Color Harmonies of #1DF3DC
Complementary color
Monochromatic Colors of #1DF3DC
Black with #1DF3DC
Text Example
Text Example
White with #1DF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF3DC; }
p { color: rgb(29,243,220); }
H1.HeaderClassName
{
color: #1DF3DC;
}
.AnyTagClassName
{
color: #1DF3DC;
}
</style>
background-color css
<style>
a { background-color: #1DF3DC; }
a { background-color: rgb(29,243,220); }
div.DivClassName
{
background-color: #1DF3DC;
}
.BgClassName
{
background-color: #1DF3DC;
}
</style>
border-color css
<style>
span { border-color: #1DF3DC; }
span { border-color: rgb(29,243,220); }
td.TdClassName
{
border-color: #1DF3DC;
}
.TagClassName
{
border-color: #1DF3DC;
}
</style>