Shades of Bright Turquoise #1DFAC1
Tints of Bright Turquoise #1DFAC1
RGB
CMYK
RGB Variations
Color information
#1DFAC1 (or 0x1DFAC1) is known color: Bright Turquoise. HEX triplet: 1D, FA and C1. RGB value is (29,250,193). Sum of RGB (Red+Green+Blue) = 29+250+193=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFAC1 is #E2053E. Grayscale: #B1B1B1. Windows color (decimal): -14812479 or 12712477. OLE color: 12712477.
HSL color Cylindrical-coordinate representation of color #1DFAC1: hue angle of 164.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFAC1 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 193 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.02 |
| HSL | 164.52º | 0.96% | 0.55% | - |
| HSV(B) | 164.52º | 0.88% | 0.98% | - |
| XYZ | 44.32 | 72.48 | 62.11 | - |
| YUV | 177.42 | 136.78 | 22.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 193 | 0.88 | 0 | 0.23 | 0.02 | 164.52 | 0.96 | 0.55 |
| Hex | 1D | FA | C1 | 58 | 0 | 17 | 2 | A5 | 60 | 37 |
| Octal | 35 | 372 | 301 | 130 | 0 | 27 | 2 | 245 | 140 | 67 |
| Binary | 11101 | 11111010 | 11000001 | 1011000 | 0 | 10111 | 10 | 10100101 | 1100000 | 110111 |
Color Harmonies of #1DFAC1
Complementary color
Monochromatic Colors of #1DFAC1
Black with #1DFAC1
Text Example
Text Example
White with #1DFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFAC1; }
p { color: rgb(29,250,193); }
H1.HeaderClassName
{
color: #1DFAC1;
}
.AnyTagClassName
{
color: #1DFAC1;
}
</style>
background-color css
<style>
a { background-color: #1DFAC1; }
a { background-color: rgb(29,250,193); }
div.DivClassName
{
background-color: #1DFAC1;
}
.BgClassName
{
background-color: #1DFAC1;
}
</style>
border-color css
<style>
span { border-color: #1DFAC1; }
span { border-color: rgb(29,250,193); }
td.TdClassName
{
border-color: #1DFAC1;
}
.TagClassName
{
border-color: #1DFAC1;
}
</style>