Shades of Bright Turquoise #1AFCC9
Tints of Bright Turquoise #1AFCC9
RGB
CMYK
RGB Variations
Color information
#1AFCC9 (or 0x1AFCC9) is known color: Bright Turquoise. HEX triplet: 1A, FC and C9. RGB value is (26,252,201). Sum of RGB (Red+Green+Blue) = 26+252+201=479 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.43% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #1AFCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFCC9 is #E50336. Grayscale: #B2B2B2. Windows color (decimal): -15008567 or 13237274. OLE color: 13237274.
HSL color Cylindrical-coordinate representation of color #1AFCC9: hue angle of 166.46º degrees, saturation: 0.97, 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 #1AFCC9 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 252 | 201 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.01 |
| HSL | 166.46º | 0.97% | 0.55% | - |
| HSV(B) | 166.46º | 0.9% | 0.99% | - |
| XYZ | 45.78 | 74.06 | 67.14 | - |
| YUV | 178.61 | 140.63 | 19.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 252 | 201 | 0.90 | 0 | 0.20 | 0.01 | 166.46 | 0.97 | 0.55 |
| Hex | 1A | FC | C9 | 5A | 0 | 14 | 1 | A6 | 61 | 37 |
| Octal | 32 | 374 | 311 | 132 | 0 | 24 | 1 | 246 | 141 | 67 |
| Binary | 11010 | 11111100 | 11001001 | 1011010 | 0 | 10100 | 1 | 10100110 | 1100001 | 110111 |
Color Harmonies of #1AFCC9
Complementary color
Monochromatic Colors of #1AFCC9
Black with #1AFCC9
Text Example
Text Example
White with #1AFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFCC9; }
p { color: rgb(26,252,201); }
H1.HeaderClassName
{
color: #1AFCC9;
}
.AnyTagClassName
{
color: #1AFCC9;
}
</style>
background-color css
<style>
a { background-color: #1AFCC9; }
a { background-color: rgb(26,252,201); }
div.DivClassName
{
background-color: #1AFCC9;
}
.BgClassName
{
background-color: #1AFCC9;
}
</style>
border-color css
<style>
span { border-color: #1AFCC9; }
span { border-color: rgb(26,252,201); }
td.TdClassName
{
border-color: #1AFCC9;
}
.TagClassName
{
border-color: #1AFCC9;
}
</style>