Shades of Bright Turquoise #1AFFCC
Tints of Bright Turquoise #1AFFCC
RGB
CMYK
RGB Variations
Color information
#1AFFCC (or 0x1AFFCC) is known color: Bright Turquoise. HEX triplet: 1A, FF and CC. RGB value is (26,255,204). Sum of RGB (Red+Green+Blue) = 26+255+204=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFCC is #E50033. Grayscale: #B4B4B4. Windows color (decimal): -15007796 or 13434650. OLE color: 13434650.
HSL color Cylindrical-coordinate representation of color #1AFFCC: hue angle of 166.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFCC is Cyan = 0.90, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 204 | - |
| CMYK | 0.90 | 0 | 0.2 | 0 |
| HSL | 166.64º | 1% | 0.55% | - |
| HSV(B) | 166.64º | 0.9% | 1% | - |
| XYZ | 47.09 | 76.1 | 69.33 | - |
| YUV | 180.72 | 141.13 | 17.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 204 | 0.90 | 0 | 0.2 | 0 | 166.64 | 1 | 0.55 |
| Hex | 1A | FF | CC | 5A | 0 | 14 | 0 | A7 | 64 | 37 |
| Octal | 32 | 377 | 314 | 132 | 0 | 24 | 0 | 247 | 144 | 67 |
| Binary | 11010 | 11111111 | 11001100 | 1011010 | 0 | 10100 | 0 | 10100111 | 1100100 | 110111 |
Color Harmonies of #1AFFCC
Complementary color
Monochromatic Colors of #1AFFCC
Black with #1AFFCC
Text Example
Text Example
White with #1AFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFCC; }
p { color: rgb(26,255,204); }
H1.HeaderClassName
{
color: #1AFFCC;
}
.AnyTagClassName
{
color: #1AFFCC;
}
</style>
background-color css
<style>
a { background-color: #1AFFCC; }
a { background-color: rgb(26,255,204); }
div.DivClassName
{
background-color: #1AFFCC;
}
.BgClassName
{
background-color: #1AFFCC;
}
</style>
border-color css
<style>
span { border-color: #1AFFCC; }
span { border-color: rgb(26,255,204); }
td.TdClassName
{
border-color: #1AFFCC;
}
.TagClassName
{
border-color: #1AFFCC;
}
</style>