Shades of Bright Turquoise #1AF7C7
Tints of Bright Turquoise #1AF7C7
RGB
CMYK
RGB Variations
Color information
#1AF7C7 (or 0x1AF7C7) is known color: Bright Turquoise. HEX triplet: 1A, F7 and C7. RGB value is (26,247,199). Sum of RGB (Red+Green+Blue) = 26+247+199=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF7C7 is #E50838. Grayscale: #AFAFAF. Windows color (decimal): -15009849 or 13104922. OLE color: 13104922.
HSL color Cylindrical-coordinate representation of color #1AF7C7: hue angle of 166.97º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF7C7 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 199 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.03 |
| HSL | 166.97º | 0.93% | 0.54% | - |
| HSV(B) | 166.97º | 0.89% | 0.97% | - |
| XYZ | 44 | 70.86 | 65.39 | - |
| YUV | 175.45 | 141.28 | 21.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 199 | 0.89 | 0 | 0.19 | 0.03 | 166.97 | 0.93 | 0.54 |
| Hex | 1A | F7 | C7 | 59 | 0 | 13 | 3 | A7 | 5D | 36 |
| Octal | 32 | 367 | 307 | 131 | 0 | 23 | 3 | 247 | 135 | 66 |
| Binary | 11010 | 11110111 | 11000111 | 1011001 | 0 | 10011 | 11 | 10100111 | 1011101 | 110110 |
Color Harmonies of #1AF7C7
Complementary color
Monochromatic Colors of #1AF7C7
Black with #1AF7C7
Text Example
Text Example
White with #1AF7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF7C7; }
p { color: rgb(26,247,199); }
H1.HeaderClassName
{
color: #1AF7C7;
}
.AnyTagClassName
{
color: #1AF7C7;
}
</style>
background-color css
<style>
a { background-color: #1AF7C7; }
a { background-color: rgb(26,247,199); }
div.DivClassName
{
background-color: #1AF7C7;
}
.BgClassName
{
background-color: #1AF7C7;
}
</style>
border-color css
<style>
span { border-color: #1AF7C7; }
span { border-color: rgb(26,247,199); }
td.TdClassName
{
border-color: #1AF7C7;
}
.TagClassName
{
border-color: #1AF7C7;
}
</style>