Shades of Bright Turquoise #1AF6CA
Tints of Bright Turquoise #1AF6CA
RGB
CMYK
RGB Variations
Color information
#1AF6CA (or 0x1AF6CA) is known color: Bright Turquoise. HEX triplet: 1A, F6 and CA. RGB value is (26,246,202). Sum of RGB (Red+Green+Blue) = 26+246+202=474 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.49% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF6CA is #E50935. Grayscale: #AFAFAF. Windows color (decimal): -15010102 or 13301274. OLE color: 13301274.
HSL color Cylindrical-coordinate representation of color #1AF6CA: hue angle of 168º 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 #1AF6CA is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 202 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.04 |
| HSL | 168º | 0.92% | 0.53% | - |
| HSV(B) | 168º | 0.89% | 0.96% | - |
| XYZ | 44.04 | 70.4 | 67.14 | - |
| YUV | 175.2 | 143.11 | 21.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 202 | 0.89 | 0 | 0.18 | 0.04 | 168 | 0.92 | 0.53 |
| Hex | 1A | F6 | CA | 59 | 0 | 12 | 4 | A8 | 5C | 35 |
| Octal | 32 | 366 | 312 | 131 | 0 | 22 | 4 | 250 | 134 | 65 |
| Binary | 11010 | 11110110 | 11001010 | 1011001 | 0 | 10010 | 100 | 10101000 | 1011100 | 110101 |
Color Harmonies of #1AF6CA
Complementary color
Monochromatic Colors of #1AF6CA
Black with #1AF6CA
Text Example
Text Example
White with #1AF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6CA; }
p { color: rgb(26,246,202); }
H1.HeaderClassName
{
color: #1AF6CA;
}
.AnyTagClassName
{
color: #1AF6CA;
}
</style>
background-color css
<style>
a { background-color: #1AF6CA; }
a { background-color: rgb(26,246,202); }
div.DivClassName
{
background-color: #1AF6CA;
}
.BgClassName
{
background-color: #1AF6CA;
}
</style>
border-color css
<style>
span { border-color: #1AF6CA; }
span { border-color: rgb(26,246,202); }
td.TdClassName
{
border-color: #1AF6CA;
}
.TagClassName
{
border-color: #1AF6CA;
}
</style>