Shades of Bright Turquoise #1ADFC3
Tints of Bright Turquoise #1ADFC3
RGB
CMYK
RGB Variations
Color information
#1ADFC3 (or 0x1ADFC3) is known color: Bright Turquoise. HEX triplet: 1A, DF and C3. RGB value is (26,223,195). Sum of RGB (Red+Green+Blue) = 26+223+195=444 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.86% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADFC3 is #E5203C. Grayscale: #A0A0A0. Windows color (decimal): -15015997 or 12836634. OLE color: 12836634.
HSL color Cylindrical-coordinate representation of color #1ADFC3: hue angle of 171.47º 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 #1ADFC3 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 195 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.13 |
| HSL | 171.47º | 0.79% | 0.49% | - |
| HSV(B) | 171.47º | 0.88% | 0.87% | - |
| XYZ | 36.66 | 56.94 | 60.69 | - |
| YUV | 160.91 | 147.23 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 195 | 0.88 | 0 | 0.13 | 0.13 | 171.47 | 0.79 | 0.49 |
| Hex | 1A | DF | C3 | 58 | 0 | D | D | AB | 4F | 31 |
| Octal | 32 | 337 | 303 | 130 | 0 | 15 | 15 | 253 | 117 | 61 |
| Binary | 11010 | 11011111 | 11000011 | 1011000 | 0 | 1101 | 1101 | 10101011 | 1001111 | 110001 |
Color Harmonies of #1ADFC3
Complementary color
Monochromatic Colors of #1ADFC3
Black with #1ADFC3
Text Example
Text Example
White with #1ADFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFC3; }
p { color: rgb(26,223,195); }
H1.HeaderClassName
{
color: #1ADFC3;
}
.AnyTagClassName
{
color: #1ADFC3;
}
</style>
background-color css
<style>
a { background-color: #1ADFC3; }
a { background-color: rgb(26,223,195); }
div.DivClassName
{
background-color: #1ADFC3;
}
.BgClassName
{
background-color: #1ADFC3;
}
</style>
border-color css
<style>
span { border-color: #1ADFC3; }
span { border-color: rgb(26,223,195); }
td.TdClassName
{
border-color: #1ADFC3;
}
.TagClassName
{
border-color: #1ADFC3;
}
</style>