Shades of Bright Turquoise #1DF1CC
Tints of Bright Turquoise #1DF1CC
RGB
CMYK
RGB Variations
Color information
#1DF1CC (or 0x1DF1CC) is known color: Bright Turquoise. HEX triplet: 1D, F1 and CC. RGB value is (29,241,204). Sum of RGB (Red+Green+Blue) = 29+241+204=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF1CC is #E20E33. Grayscale: #ADADAD. Windows color (decimal): -14814772 or 13431069. OLE color: 13431069.
HSL color Cylindrical-coordinate representation of color #1DF1CC: hue angle of 169.53º degrees, saturation: 0.88, 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 #1DF1CC is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 204 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.05 |
| HSL | 169.53º | 0.88% | 0.53% | - |
| HSV(B) | 169.53º | 0.88% | 0.95% | - |
| XYZ | 42.86 | 67.53 | 67.9 | - |
| YUV | 173.39 | 145.26 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 204 | 0.88 | 0 | 0.15 | 0.05 | 169.53 | 0.88 | 0.53 |
| Hex | 1D | F1 | CC | 58 | 0 | F | 5 | AA | 58 | 35 |
| Octal | 35 | 361 | 314 | 130 | 0 | 17 | 5 | 252 | 130 | 65 |
| Binary | 11101 | 11110001 | 11001100 | 1011000 | 0 | 1111 | 101 | 10101010 | 1011000 | 110101 |
Color Harmonies of #1DF1CC
Complementary color
Monochromatic Colors of #1DF1CC
Black with #1DF1CC
Text Example
Text Example
White with #1DF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF1CC; }
p { color: rgb(29,241,204); }
H1.HeaderClassName
{
color: #1DF1CC;
}
.AnyTagClassName
{
color: #1DF1CC;
}
</style>
background-color css
<style>
a { background-color: #1DF1CC; }
a { background-color: rgb(29,241,204); }
div.DivClassName
{
background-color: #1DF1CC;
}
.BgClassName
{
background-color: #1DF1CC;
}
</style>
border-color css
<style>
span { border-color: #1DF1CC; }
span { border-color: rgb(29,241,204); }
td.TdClassName
{
border-color: #1DF1CC;
}
.TagClassName
{
border-color: #1DF1CC;
}
</style>