Shades of Bright Turquoise #1AF6C3
Tints of Bright Turquoise #1AF6C3
RGB
CMYK
RGB Variations
Color information
#1AF6C3 (or 0x1AF6C3) is known color: Bright Turquoise. HEX triplet: 1A, F6 and C3. RGB value is (26,246,195). Sum of RGB (Red+Green+Blue) = 26+246+195=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF6C3 is #E5093C. Grayscale: #AEAEAE. Windows color (decimal): -15010109 or 12842522. OLE color: 12842522.
HSL color Cylindrical-coordinate representation of color #1AF6C3: hue angle of 166.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF6C3 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 195 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.04 |
| HSL | 166.09º | 0.92% | 0.53% | - |
| HSV(B) | 166.09º | 0.89% | 0.96% | - |
| XYZ | 43.23 | 70.07 | 62.88 | - |
| YUV | 174.41 | 139.61 | 22.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 195 | 0.89 | 0 | 0.21 | 0.04 | 166.09 | 0.92 | 0.53 |
| Hex | 1A | F6 | C3 | 59 | 0 | 15 | 4 | A6 | 5C | 35 |
| Octal | 32 | 366 | 303 | 131 | 0 | 25 | 4 | 246 | 134 | 65 |
| Binary | 11010 | 11110110 | 11000011 | 1011001 | 0 | 10101 | 100 | 10100110 | 1011100 | 110101 |
Color Harmonies of #1AF6C3
Complementary color
Monochromatic Colors of #1AF6C3
Black with #1AF6C3
Text Example
Text Example
White with #1AF6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6C3; }
p { color: rgb(26,246,195); }
H1.HeaderClassName
{
color: #1AF6C3;
}
.AnyTagClassName
{
color: #1AF6C3;
}
</style>
background-color css
<style>
a { background-color: #1AF6C3; }
a { background-color: rgb(26,246,195); }
div.DivClassName
{
background-color: #1AF6C3;
}
.BgClassName
{
background-color: #1AF6C3;
}
</style>
border-color css
<style>
span { border-color: #1AF6C3; }
span { border-color: rgb(26,246,195); }
td.TdClassName
{
border-color: #1AF6C3;
}
.TagClassName
{
border-color: #1AF6C3;
}
</style>