Shades of Bright Turquoise #1DFFC4
Tints of Bright Turquoise #1DFFC4
RGB
CMYK
RGB Variations
Color information
#1DFFC4 (or 0x1DFFC4) is known color: Bright Turquoise. HEX triplet: 1D, FF and C4. RGB value is (29,255,196). Sum of RGB (Red+Green+Blue) = 29+255+196=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFC4 is #E2003B. Grayscale: #B4B4B4. Windows color (decimal): -14811196 or 12910365. OLE color: 12910365.
HSL color Cylindrical-coordinate representation of color #1DFFC4: hue angle of 164.34º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFFC4 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 196 | - |
| CMYK | 0.89 | 0 | 0.23 | 0 |
| HSL | 164.34º | 1% | 0.56% | - |
| HSV(B) | 164.34º | 0.89% | 1% | - |
| XYZ | 46.23 | 75.77 | 64.41 | - |
| YUV | 180.7 | 136.63 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 196 | 0.89 | 0 | 0.23 | 0 | 164.34 | 1 | 0.56 |
| Hex | 1D | FF | C4 | 59 | 0 | 17 | 0 | A4 | 64 | 38 |
| Octal | 35 | 377 | 304 | 131 | 0 | 27 | 0 | 244 | 144 | 70 |
| Binary | 11101 | 11111111 | 11000100 | 1011001 | 0 | 10111 | 0 | 10100100 | 1100100 | 111000 |
Color Harmonies of #1DFFC4
Complementary color
Monochromatic Colors of #1DFFC4
Black with #1DFFC4
Text Example
Text Example
White with #1DFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFC4; }
p { color: rgb(29,255,196); }
H1.HeaderClassName
{
color: #1DFFC4;
}
.AnyTagClassName
{
color: #1DFFC4;
}
</style>
background-color css
<style>
a { background-color: #1DFFC4; }
a { background-color: rgb(29,255,196); }
div.DivClassName
{
background-color: #1DFFC4;
}
.BgClassName
{
background-color: #1DFFC4;
}
</style>
border-color css
<style>
span { border-color: #1DFFC4; }
span { border-color: rgb(29,255,196); }
td.TdClassName
{
border-color: #1DFFC4;
}
.TagClassName
{
border-color: #1DFFC4;
}
</style>