Shades of Bright Turquoise #1AFFD5
Tints of Bright Turquoise #1AFFD5
RGB
CMYK
RGB Variations
Color information
#1AFFD5 (or 0x1AFFD5) is known color: Bright Turquoise. HEX triplet: 1A, FF and D5. RGB value is (26,255,213). Sum of RGB (Red+Green+Blue) = 26+255+213=494 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.26% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFFD5 is #E5002A. Grayscale: #B5B5B5. Windows color (decimal): -15007787 or 14024474. OLE color: 14024474.
HSL color Cylindrical-coordinate representation of color #1AFFD5: hue angle of 169º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFFD5 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 213 | - |
| CMYK | 0.90 | 0 | 0.16 | 0 |
| HSL | 169º | 1% | 0.55% | - |
| HSV(B) | 169º | 0.9% | 1% | - |
| XYZ | 48.2 | 76.54 | 75.19 | - |
| YUV | 181.74 | 145.63 | 16.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 213 | 0.90 | 0 | 0.16 | 0 | 169 | 1 | 0.55 |
| Hex | 1A | FF | D5 | 5A | 0 | 10 | 0 | A9 | 64 | 37 |
| Octal | 32 | 377 | 325 | 132 | 0 | 20 | 0 | 251 | 144 | 67 |
| Binary | 11010 | 11111111 | 11010101 | 1011010 | 0 | 10000 | 0 | 10101001 | 1100100 | 110111 |
Color Harmonies of #1AFFD5
Complementary color
Monochromatic Colors of #1AFFD5
Black with #1AFFD5
Text Example
Text Example
White with #1AFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFFD5; }
p { color: rgb(26,255,213); }
H1.HeaderClassName
{
color: #1AFFD5;
}
.AnyTagClassName
{
color: #1AFFD5;
}
</style>
background-color css
<style>
a { background-color: #1AFFD5; }
a { background-color: rgb(26,255,213); }
div.DivClassName
{
background-color: #1AFFD5;
}
.BgClassName
{
background-color: #1AFFD5;
}
</style>
border-color css
<style>
span { border-color: #1AFFD5; }
span { border-color: rgb(26,255,213); }
td.TdClassName
{
border-color: #1AFFD5;
}
.TagClassName
{
border-color: #1AFFD5;
}
</style>