Shades of Bright Turquoise #1DF1BB
Tints of Bright Turquoise #1DF1BB
RGB
CMYK
RGB Variations
Color information
#1DF1BB (or 0x1DF1BB) is known color: Bright Turquoise. HEX triplet: 1D, F1 and BB. RGB value is (29,241,187). Sum of RGB (Red+Green+Blue) = 29+241+187=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF1BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF1BB is #E20E44. Grayscale: #ABABAB. Windows color (decimal): -14814789 or 12316957. OLE color: 12316957.
HSL color Cylindrical-coordinate representation of color #1DF1BB: hue angle of 164.72º 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 #1DF1BB is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 187 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.05 |
| HSL | 164.72º | 0.88% | 0.53% | - |
| HSV(B) | 164.72º | 0.88% | 0.95% | - |
| XYZ | 40.93 | 66.76 | 57.74 | - |
| YUV | 171.46 | 136.76 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 187 | 0.88 | 0 | 0.22 | 0.05 | 164.72 | 0.88 | 0.53 |
| Hex | 1D | F1 | BB | 58 | 0 | 16 | 5 | A5 | 58 | 35 |
| Octal | 35 | 361 | 273 | 130 | 0 | 26 | 5 | 245 | 130 | 65 |
| Binary | 11101 | 11110001 | 10111011 | 1011000 | 0 | 10110 | 101 | 10100101 | 1011000 | 110101 |
Color Harmonies of #1DF1BB
Complementary color
Monochromatic Colors of #1DF1BB
Black with #1DF1BB
Text Example
Text Example
White with #1DF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF1BB; }
p { color: rgb(29,241,187); }
H1.HeaderClassName
{
color: #1DF1BB;
}
.AnyTagClassName
{
color: #1DF1BB;
}
</style>
background-color css
<style>
a { background-color: #1DF1BB; }
a { background-color: rgb(29,241,187); }
div.DivClassName
{
background-color: #1DF1BB;
}
.BgClassName
{
background-color: #1DF1BB;
}
</style>
border-color css
<style>
span { border-color: #1DF1BB; }
span { border-color: rgb(29,241,187); }
td.TdClassName
{
border-color: #1DF1BB;
}
.TagClassName
{
border-color: #1DF1BB;
}
</style>