Shades of Bright Turquoise #1AF3CC
Tints of Bright Turquoise #1AF3CC
RGB
CMYK
RGB Variations
Color information
#1AF3CC (or 0x1AF3CC) is known color: Bright Turquoise. HEX triplet: 1A, F3 and CC. RGB value is (26,243,204). Sum of RGB (Red+Green+Blue) = 26+243+204=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF3CC is #E50C33. Grayscale: #ADADAD. Windows color (decimal): -15010868 or 13431578. OLE color: 13431578.
HSL color Cylindrical-coordinate representation of color #1AF3CC: hue angle of 169.22º degrees, saturation: 0.9, 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 #1AF3CC is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 204 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.05 |
| HSL | 169.22º | 0.9% | 0.53% | - |
| HSV(B) | 169.22º | 0.89% | 0.95% | - |
| XYZ | 43.38 | 68.68 | 68.1 | - |
| YUV | 173.67 | 145.11 | 22.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 204 | 0.89 | 0 | 0.16 | 0.05 | 169.22 | 0.9 | 0.53 |
| Hex | 1A | F3 | CC | 59 | 0 | 10 | 5 | A9 | 5A | 35 |
| Octal | 32 | 363 | 314 | 131 | 0 | 20 | 5 | 251 | 132 | 65 |
| Binary | 11010 | 11110011 | 11001100 | 1011001 | 0 | 10000 | 101 | 10101001 | 1011010 | 110101 |
Color Harmonies of #1AF3CC
Complementary color
Monochromatic Colors of #1AF3CC
Black with #1AF3CC
Text Example
Text Example
White with #1AF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF3CC; }
p { color: rgb(26,243,204); }
H1.HeaderClassName
{
color: #1AF3CC;
}
.AnyTagClassName
{
color: #1AF3CC;
}
</style>
background-color css
<style>
a { background-color: #1AF3CC; }
a { background-color: rgb(26,243,204); }
div.DivClassName
{
background-color: #1AF3CC;
}
.BgClassName
{
background-color: #1AF3CC;
}
</style>
border-color css
<style>
span { border-color: #1AF3CC; }
span { border-color: rgb(26,243,204); }
td.TdClassName
{
border-color: #1AF3CC;
}
.TagClassName
{
border-color: #1AF3CC;
}
</style>