Shades of Bright Turquoise #1DF4CC
Tints of Bright Turquoise #1DF4CC
RGB
CMYK
RGB Variations
Color information
#1DF4CC (or 0x1DF4CC) is known color: Bright Turquoise. HEX triplet: 1D, F4 and CC. RGB value is (29,244,204). Sum of RGB (Red+Green+Blue) = 29+244+204=477 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.08% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF4CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF4CC is #E20B33. Grayscale: #AFAFAF. Windows color (decimal): -14814004 or 13431837. OLE color: 13431837.
HSL color Cylindrical-coordinate representation of color #1DF4CC: hue angle of 168.84º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF4CC is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 204 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.04 |
| HSL | 168.84º | 0.91% | 0.54% | - |
| HSV(B) | 168.84º | 0.88% | 0.96% | - |
| XYZ | 43.76 | 69.32 | 68.2 | - |
| YUV | 175.16 | 144.27 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 204 | 0.88 | 0 | 0.16 | 0.04 | 168.84 | 0.91 | 0.54 |
| Hex | 1D | F4 | CC | 58 | 0 | 10 | 4 | A9 | 5B | 36 |
| Octal | 35 | 364 | 314 | 130 | 0 | 20 | 4 | 251 | 133 | 66 |
| Binary | 11101 | 11110100 | 11001100 | 1011000 | 0 | 10000 | 100 | 10101001 | 1011011 | 110110 |
Color Harmonies of #1DF4CC
Complementary color
Monochromatic Colors of #1DF4CC
Black with #1DF4CC
Text Example
Text Example
White with #1DF4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF4CC; }
p { color: rgb(29,244,204); }
H1.HeaderClassName
{
color: #1DF4CC;
}
.AnyTagClassName
{
color: #1DF4CC;
}
</style>
background-color css
<style>
a { background-color: #1DF4CC; }
a { background-color: rgb(29,244,204); }
div.DivClassName
{
background-color: #1DF4CC;
}
.BgClassName
{
background-color: #1DF4CC;
}
</style>
border-color css
<style>
span { border-color: #1DF4CC; }
span { border-color: rgb(29,244,204); }
td.TdClassName
{
border-color: #1DF4CC;
}
.TagClassName
{
border-color: #1DF4CC;
}
</style>