Shades of Bright Turquoise #1AFDC1
Tints of Bright Turquoise #1AFDC1
RGB
CMYK
RGB Variations
Color information
#1AFDC1 (or 0x1AFDC1) is known color: Bright Turquoise. HEX triplet: 1A, FD and C1. RGB value is (26,253,193). Sum of RGB (Red+Green+Blue) = 26+253+193=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFDC1 is #E5023E. Grayscale: #B2B2B2. Windows color (decimal): -15008319 or 12713242. OLE color: 12713242.
HSL color Cylindrical-coordinate representation of color #1AFDC1: hue angle of 164.14º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFDC1 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 193 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.01 |
| HSL | 164.14º | 0.98% | 0.55% | - |
| HSV(B) | 164.14º | 0.9% | 0.99% | - |
| XYZ | 45.18 | 74.32 | 62.42 | - |
| YUV | 178.29 | 136.29 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 193 | 0.90 | 0 | 0.24 | 0.01 | 164.14 | 0.98 | 0.55 |
| Hex | 1A | FD | C1 | 5A | 0 | 18 | 1 | A4 | 62 | 37 |
| Octal | 32 | 375 | 301 | 132 | 0 | 30 | 1 | 244 | 142 | 67 |
| Binary | 11010 | 11111101 | 11000001 | 1011010 | 0 | 11000 | 1 | 10100100 | 1100010 | 110111 |
Color Harmonies of #1AFDC1
Complementary color
Monochromatic Colors of #1AFDC1
Black with #1AFDC1
Text Example
Text Example
White with #1AFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDC1; }
p { color: rgb(26,253,193); }
H1.HeaderClassName
{
color: #1AFDC1;
}
.AnyTagClassName
{
color: #1AFDC1;
}
</style>
background-color css
<style>
a { background-color: #1AFDC1; }
a { background-color: rgb(26,253,193); }
div.DivClassName
{
background-color: #1AFDC1;
}
.BgClassName
{
background-color: #1AFDC1;
}
</style>
border-color css
<style>
span { border-color: #1AFDC1; }
span { border-color: rgb(26,253,193); }
td.TdClassName
{
border-color: #1AFDC1;
}
.TagClassName
{
border-color: #1AFDC1;
}
</style>