Shades of Bright Turquoise #1DFFCC
Tints of Bright Turquoise #1DFFCC
RGB
CMYK
RGB Variations
Color information
#1DFFCC (or 0x1DFFCC) is known color: Bright Turquoise. HEX triplet: 1D, FF and CC. RGB value is (29,255,204). Sum of RGB (Red+Green+Blue) = 29+255+204=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFCC is #E20033. Grayscale: #B5B5B5. Windows color (decimal): -14811188 or 13434653. OLE color: 13434653.
HSL color Cylindrical-coordinate representation of color #1DFFCC: hue angle of 166.46º 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 #1DFFCC is Cyan = 0.89, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 204 | - |
| CMYK | 0.89 | 0 | 0.2 | 0 |
| HSL | 166.46º | 1% | 0.56% | - |
| HSV(B) | 166.46º | 0.89% | 1% | - |
| XYZ | 47.17 | 76.14 | 69.34 | - |
| YUV | 181.61 | 140.63 | 19.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 204 | 0.89 | 0 | 0.2 | 0 | 166.46 | 1 | 0.56 |
| Hex | 1D | FF | CC | 59 | 0 | 14 | 0 | A6 | 64 | 38 |
| Octal | 35 | 377 | 314 | 131 | 0 | 24 | 0 | 246 | 144 | 70 |
| Binary | 11101 | 11111111 | 11001100 | 1011001 | 0 | 10100 | 0 | 10100110 | 1100100 | 111000 |
Color Harmonies of #1DFFCC
Complementary color
Monochromatic Colors of #1DFFCC
Black with #1DFFCC
Text Example
Text Example
White with #1DFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFCC; }
p { color: rgb(29,255,204); }
H1.HeaderClassName
{
color: #1DFFCC;
}
.AnyTagClassName
{
color: #1DFFCC;
}
</style>
background-color css
<style>
a { background-color: #1DFFCC; }
a { background-color: rgb(29,255,204); }
div.DivClassName
{
background-color: #1DFFCC;
}
.BgClassName
{
background-color: #1DFFCC;
}
</style>
border-color css
<style>
span { border-color: #1DFFCC; }
span { border-color: rgb(29,255,204); }
td.TdClassName
{
border-color: #1DFFCC;
}
.TagClassName
{
border-color: #1DFFCC;
}
</style>