Shades of Bright Turquoise #1ADFC2
Tints of Bright Turquoise #1ADFC2
RGB
CMYK
RGB Variations
Color information
#1ADFC2 (or 0x1ADFC2) is known color: Bright Turquoise. HEX triplet: 1A, DF and C2. RGB value is (26,223,194). Sum of RGB (Red+Green+Blue) = 26+223+194=443 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.87% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFC2 is #E5203D. Grayscale: #A0A0A0. Windows color (decimal): -15015998 or 12771098. OLE color: 12771098.
HSL color Cylindrical-coordinate representation of color #1ADFC2: hue angle of 171.17º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFC2 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 194 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.13 |
| HSL | 171.17º | 0.79% | 0.49% | - |
| HSV(B) | 171.17º | 0.88% | 0.87% | - |
| XYZ | 36.55 | 56.89 | 60.09 | - |
| YUV | 160.79 | 146.73 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 194 | 0.88 | 0 | 0.13 | 0.13 | 171.17 | 0.79 | 0.49 |
| Hex | 1A | DF | C2 | 58 | 0 | D | D | AB | 4F | 31 |
| Octal | 32 | 337 | 302 | 130 | 0 | 15 | 15 | 253 | 117 | 61 |
| Binary | 11010 | 11011111 | 11000010 | 1011000 | 0 | 1101 | 1101 | 10101011 | 1001111 | 110001 |
Color Harmonies of #1ADFC2
Complementary color
Monochromatic Colors of #1ADFC2
Black with #1ADFC2
Text Example
Text Example
White with #1ADFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFC2; }
p { color: rgb(26,223,194); }
H1.HeaderClassName
{
color: #1ADFC2;
}
.AnyTagClassName
{
color: #1ADFC2;
}
</style>
background-color css
<style>
a { background-color: #1ADFC2; }
a { background-color: rgb(26,223,194); }
div.DivClassName
{
background-color: #1ADFC2;
}
.BgClassName
{
background-color: #1ADFC2;
}
</style>
border-color css
<style>
span { border-color: #1ADFC2; }
span { border-color: rgb(26,223,194); }
td.TdClassName
{
border-color: #1ADFC2;
}
.TagClassName
{
border-color: #1ADFC2;
}
</style>