Shades of Bright Turquoise #1DFDDF
Tints of Bright Turquoise #1DFDDF
RGB
CMYK
RGB Variations
Color information
#1DFDDF (or 0x1DFDDF) is known color: Bright Turquoise. HEX triplet: 1D, FD and DF. RGB value is (29,253,223). Sum of RGB (Red+Green+Blue) = 29+253+223=505 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.74% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDDF is #E20220. Grayscale: #B6B6B6. Windows color (decimal): -14811681 or 14679325. OLE color: 14679325.
HSL color Cylindrical-coordinate representation of color #1DFDDF: hue angle of 171.96º 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 #1DFDDF is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 223 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.01 |
| HSL | 171.96º | 0.98% | 0.55% | - |
| HSV(B) | 171.96º | 0.89% | 0.99% | - |
| XYZ | 48.95 | 75.84 | 81.87 | - |
| YUV | 182.6 | 150.79 | 18.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 223 | 0.89 | 0 | 0.12 | 0.01 | 171.96 | 0.98 | 0.55 |
| Hex | 1D | FD | DF | 59 | 0 | C | 1 | AC | 62 | 37 |
| Octal | 35 | 375 | 337 | 131 | 0 | 14 | 1 | 254 | 142 | 67 |
| Binary | 11101 | 11111101 | 11011111 | 1011001 | 0 | 1100 | 1 | 10101100 | 1100010 | 110111 |
Color Harmonies of #1DFDDF
Complementary color
Monochromatic Colors of #1DFDDF
Black with #1DFDDF
Text Example
Text Example
White with #1DFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDDF; }
p { color: rgb(29,253,223); }
H1.HeaderClassName
{
color: #1DFDDF;
}
.AnyTagClassName
{
color: #1DFDDF;
}
</style>
background-color css
<style>
a { background-color: #1DFDDF; }
a { background-color: rgb(29,253,223); }
div.DivClassName
{
background-color: #1DFDDF;
}
.BgClassName
{
background-color: #1DFDDF;
}
</style>
border-color css
<style>
span { border-color: #1DFDDF; }
span { border-color: rgb(29,253,223); }
td.TdClassName
{
border-color: #1DFDDF;
}
.TagClassName
{
border-color: #1DFDDF;
}
</style>