Shades of Bright Turquoise #1AFADF
Tints of Bright Turquoise #1AFADF
RGB
CMYK
RGB Variations
Color information
#1AFADF (or 0x1AFADF) is known color: Bright Turquoise. HEX triplet: 1A, FA and DF. RGB value is (26,250,223). Sum of RGB (Red+Green+Blue) = 26+250+223=499 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.21% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFADF is #E50520. Grayscale: #B3B3B3. Windows color (decimal): -15009057 or 14678554. OLE color: 14678554.
HSL color Cylindrical-coordinate representation of color #1AFADF: hue angle of 172.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFADF is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 223 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.02 |
| HSL | 172.77º | 0.96% | 0.54% | - |
| HSV(B) | 172.77º | 0.9% | 0.98% | - |
| XYZ | 47.93 | 73.92 | 81.55 | - |
| YUV | 179.95 | 152.29 | 18.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 223 | 0.90 | 0 | 0.11 | 0.02 | 172.77 | 0.96 | 0.54 |
| Hex | 1A | FA | DF | 5A | 0 | B | 2 | AD | 60 | 36 |
| Octal | 32 | 372 | 337 | 132 | 0 | 13 | 2 | 255 | 140 | 66 |
| Binary | 11010 | 11111010 | 11011111 | 1011010 | 0 | 1011 | 10 | 10101101 | 1100000 | 110110 |
Color Harmonies of #1AFADF
Complementary color
Monochromatic Colors of #1AFADF
Black with #1AFADF
Text Example
Text Example
White with #1AFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFADF; }
p { color: rgb(26,250,223); }
H1.HeaderClassName
{
color: #1AFADF;
}
.AnyTagClassName
{
color: #1AFADF;
}
</style>
background-color css
<style>
a { background-color: #1AFADF; }
a { background-color: rgb(26,250,223); }
div.DivClassName
{
background-color: #1AFADF;
}
.BgClassName
{
background-color: #1AFADF;
}
</style>
border-color css
<style>
span { border-color: #1AFADF; }
span { border-color: rgb(26,250,223); }
td.TdClassName
{
border-color: #1AFADF;
}
.TagClassName
{
border-color: #1AFADF;
}
</style>