Shades of Bright Turquoise #1AF6DD
Tints of Bright Turquoise #1AF6DD
RGB
CMYK
RGB Variations
Color information
#1AF6DD (or 0x1AF6DD) is known color: Bright Turquoise. HEX triplet: 1A, F6 and DD. RGB value is (26,246,221). Sum of RGB (Red+Green+Blue) = 26+246+221=493 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.27% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AF6DD is #E50922. Grayscale: #B1B1B1. Windows color (decimal): -15010083 or 14546458. OLE color: 14546458.
HSL color Cylindrical-coordinate representation of color #1AF6DD: hue angle of 173.18º 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 #1AF6DD is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 221 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.04 |
| HSL | 173.18º | 0.92% | 0.53% | - |
| HSV(B) | 173.18º | 0.89% | 0.96% | - |
| XYZ | 46.43 | 71.35 | 79.73 | - |
| YUV | 177.37 | 152.61 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 221 | 0.89 | 0 | 0.10 | 0.04 | 173.18 | 0.92 | 0.53 |
| Hex | 1A | F6 | DD | 59 | 0 | A | 4 | AD | 5C | 35 |
| Octal | 32 | 366 | 335 | 131 | 0 | 12 | 4 | 255 | 134 | 65 |
| Binary | 11010 | 11110110 | 11011101 | 1011001 | 0 | 1010 | 100 | 10101101 | 1011100 | 110101 |
Color Harmonies of #1AF6DD
Complementary color
Monochromatic Colors of #1AF6DD
Black with #1AF6DD
Text Example
Text Example
White with #1AF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6DD; }
p { color: rgb(26,246,221); }
H1.HeaderClassName
{
color: #1AF6DD;
}
.AnyTagClassName
{
color: #1AF6DD;
}
</style>
background-color css
<style>
a { background-color: #1AF6DD; }
a { background-color: rgb(26,246,221); }
div.DivClassName
{
background-color: #1AF6DD;
}
.BgClassName
{
background-color: #1AF6DD;
}
</style>
border-color css
<style>
span { border-color: #1AF6DD; }
span { border-color: rgb(26,246,221); }
td.TdClassName
{
border-color: #1AF6DD;
}
.TagClassName
{
border-color: #1AF6DD;
}
</style>