Shades of Bright Turquoise #1AF2CC
Tints of Bright Turquoise #1AF2CC
RGB
CMYK
RGB Variations
Color information
#1AF2CC (or 0x1AF2CC) is known color: Bright Turquoise. HEX triplet: 1A, F2 and CC. RGB value is (26,242,204). Sum of RGB (Red+Green+Blue) = 26+242+204=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF2CC is #E50D33. Grayscale: #ADADAD. Windows color (decimal): -15011124 or 13431322. OLE color: 13431322.
HSL color Cylindrical-coordinate representation of color #1AF2CC: hue angle of 169.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF2CC is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 204 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.05 |
| HSL | 169.44º | 0.89% | 0.53% | - |
| HSV(B) | 169.44º | 0.89% | 0.95% | - |
| XYZ | 43.08 | 68.08 | 68 | - |
| YUV | 173.08 | 145.44 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 204 | 0.89 | 0 | 0.16 | 0.05 | 169.44 | 0.89 | 0.53 |
| Hex | 1A | F2 | CC | 59 | 0 | 10 | 5 | A9 | 59 | 35 |
| Octal | 32 | 362 | 314 | 131 | 0 | 20 | 5 | 251 | 131 | 65 |
| Binary | 11010 | 11110010 | 11001100 | 1011001 | 0 | 10000 | 101 | 10101001 | 1011001 | 110101 |
Color Harmonies of #1AF2CC
Complementary color
Monochromatic Colors of #1AF2CC
Black with #1AF2CC
Text Example
Text Example
White with #1AF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF2CC; }
p { color: rgb(26,242,204); }
H1.HeaderClassName
{
color: #1AF2CC;
}
.AnyTagClassName
{
color: #1AF2CC;
}
</style>
background-color css
<style>
a { background-color: #1AF2CC; }
a { background-color: rgb(26,242,204); }
div.DivClassName
{
background-color: #1AF2CC;
}
.BgClassName
{
background-color: #1AF2CC;
}
</style>
border-color css
<style>
span { border-color: #1AF2CC; }
span { border-color: rgb(26,242,204); }
td.TdClassName
{
border-color: #1AF2CC;
}
.TagClassName
{
border-color: #1AF2CC;
}
</style>