Shades of Bright Turquoise #1AF5CC
Tints of Bright Turquoise #1AF5CC
RGB
CMYK
RGB Variations
Color information
#1AF5CC (or 0x1AF5CC) is known color: Bright Turquoise. HEX triplet: 1A, F5 and CC. RGB value is (26,245,204). Sum of RGB (Red+Green+Blue) = 26+245+204=475 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.47% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF5CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF5CC is #E50A33. Grayscale: #AEAEAE. Windows color (decimal): -15010356 or 13432090. OLE color: 13432090.
HSL color Cylindrical-coordinate representation of color #1AF5CC: hue angle of 168.77º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF5CC is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 204 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.04 |
| HSL | 168.77º | 0.92% | 0.53% | - |
| HSV(B) | 168.77º | 0.89% | 0.96% | - |
| XYZ | 43.98 | 69.88 | 68.3 | - |
| YUV | 174.85 | 144.45 | 21.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 204 | 0.89 | 0 | 0.17 | 0.04 | 168.77 | 0.92 | 0.53 |
| Hex | 1A | F5 | CC | 59 | 0 | 11 | 4 | A9 | 5C | 35 |
| Octal | 32 | 365 | 314 | 131 | 0 | 21 | 4 | 251 | 134 | 65 |
| Binary | 11010 | 11110101 | 11001100 | 1011001 | 0 | 10001 | 100 | 10101001 | 1011100 | 110101 |
Color Harmonies of #1AF5CC
Complementary color
Monochromatic Colors of #1AF5CC
Black with #1AF5CC
Text Example
Text Example
White with #1AF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF5CC; }
p { color: rgb(26,245,204); }
H1.HeaderClassName
{
color: #1AF5CC;
}
.AnyTagClassName
{
color: #1AF5CC;
}
</style>
background-color css
<style>
a { background-color: #1AF5CC; }
a { background-color: rgb(26,245,204); }
div.DivClassName
{
background-color: #1AF5CC;
}
.BgClassName
{
background-color: #1AF5CC;
}
</style>
border-color css
<style>
span { border-color: #1AF5CC; }
span { border-color: rgb(26,245,204); }
td.TdClassName
{
border-color: #1AF5CC;
}
.TagClassName
{
border-color: #1AF5CC;
}
</style>