Shades of Bright Turquoise #1AFACC
Tints of Bright Turquoise #1AFACC
RGB
CMYK
RGB Variations
Color information
#1AFACC (or 0x1AFACC) is known color: Bright Turquoise. HEX triplet: 1A, FA and CC. RGB value is (26,250,204). Sum of RGB (Red+Green+Blue) = 26+250+204=480 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.42% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFACC is #E50533. Grayscale: #B1B1B1. Windows color (decimal): -15009076 or 13433370. OLE color: 13433370.
HSL color Cylindrical-coordinate representation of color #1AFACC: hue angle of 167.68º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFACC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 204 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.02 |
| HSL | 167.68º | 0.96% | 0.54% | - |
| HSV(B) | 167.68º | 0.9% | 0.98% | - |
| XYZ | 45.51 | 72.95 | 68.81 | - |
| YUV | 177.78 | 142.79 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 204 | 0.90 | 0 | 0.18 | 0.02 | 167.68 | 0.96 | 0.54 |
| Hex | 1A | FA | CC | 5A | 0 | 12 | 2 | A8 | 60 | 36 |
| Octal | 32 | 372 | 314 | 132 | 0 | 22 | 2 | 250 | 140 | 66 |
| Binary | 11010 | 11111010 | 11001100 | 1011010 | 0 | 10010 | 10 | 10101000 | 1100000 | 110110 |
Color Harmonies of #1AFACC
Complementary color
Monochromatic Colors of #1AFACC
Black with #1AFACC
Text Example
Text Example
White with #1AFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFACC; }
p { color: rgb(26,250,204); }
H1.HeaderClassName
{
color: #1AFACC;
}
.AnyTagClassName
{
color: #1AFACC;
}
</style>
background-color css
<style>
a { background-color: #1AFACC; }
a { background-color: rgb(26,250,204); }
div.DivClassName
{
background-color: #1AFACC;
}
.BgClassName
{
background-color: #1AFACC;
}
</style>
border-color css
<style>
span { border-color: #1AFACC; }
span { border-color: rgb(26,250,204); }
td.TdClassName
{
border-color: #1AFACC;
}
.TagClassName
{
border-color: #1AFACC;
}
</style>