Shades of Bright Turquoise #1AF5DF
Tints of Bright Turquoise #1AF5DF
RGB
CMYK
RGB Variations
Color information
#1AF5DF (or 0x1AF5DF) is known color: Bright Turquoise. HEX triplet: 1A, F5 and DF. RGB value is (26,245,223). Sum of RGB (Red+Green+Blue) = 26+245+223=494 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.26% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF5DF is #E50A20. Grayscale: #B0B0B0. Windows color (decimal): -15010337 or 14677274. OLE color: 14677274.
HSL color Cylindrical-coordinate representation of color #1AF5DF: hue angle of 173.97º 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 #1AF5DF is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 223 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.04 |
| HSL | 173.97º | 0.92% | 0.53% | - |
| HSV(B) | 173.97º | 0.89% | 0.96% | - |
| XYZ | 46.4 | 70.85 | 81.04 | - |
| YUV | 177.01 | 153.95 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 223 | 0.89 | 0 | 0.09 | 0.04 | 173.97 | 0.92 | 0.53 |
| Hex | 1A | F5 | DF | 59 | 0 | 9 | 4 | AE | 5C | 35 |
| Octal | 32 | 365 | 337 | 131 | 0 | 11 | 4 | 256 | 134 | 65 |
| Binary | 11010 | 11110101 | 11011111 | 1011001 | 0 | 1001 | 100 | 10101110 | 1011100 | 110101 |
Color Harmonies of #1AF5DF
Complementary color
Monochromatic Colors of #1AF5DF
Black with #1AF5DF
Text Example
Text Example
White with #1AF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF5DF; }
p { color: rgb(26,245,223); }
H1.HeaderClassName
{
color: #1AF5DF;
}
.AnyTagClassName
{
color: #1AF5DF;
}
</style>
background-color css
<style>
a { background-color: #1AF5DF; }
a { background-color: rgb(26,245,223); }
div.DivClassName
{
background-color: #1AF5DF;
}
.BgClassName
{
background-color: #1AF5DF;
}
</style>
border-color css
<style>
span { border-color: #1AF5DF; }
span { border-color: rgb(26,245,223); }
td.TdClassName
{
border-color: #1AF5DF;
}
.TagClassName
{
border-color: #1AF5DF;
}
</style>