Shades of Bright Turquoise #1AFEDD
Tints of Bright Turquoise #1AFEDD
RGB
CMYK
RGB Variations
Color information
#1AFEDD (or 0x1AFEDD) is known color: Bright Turquoise. HEX triplet: 1A, FE and DD. RGB value is (26,254,221). Sum of RGB (Red+Green+Blue) = 26+254+221=501 (66% of max value = 765). Red value is 26 (10.55% from 255 or 5.19% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AFEDD is #E50122. Grayscale: #B5B5B5. Windows color (decimal): -15008035 or 14548506. OLE color: 14548506.
HSL color Cylindrical-coordinate representation of color #1AFEDD: hue angle of 171.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFEDD is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 221 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.00 |
| HSL | 171.32º | 0.99% | 0.55% | - |
| HSV(B) | 171.32º | 0.9% | 1% | - |
| XYZ | 48.92 | 76.32 | 80.56 | - |
| YUV | 182.07 | 149.96 | 16.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 221 | 0.90 | 0 | 0.13 | 0.00 | 171.32 | 0.99 | 0.55 |
| Hex | 1A | FE | DD | 5A | 0 | D | 0 | AB | 63 | 37 |
| Octal | 32 | 376 | 335 | 132 | 0 | 15 | 0 | 253 | 143 | 67 |
| Binary | 11010 | 11111110 | 11011101 | 1011010 | 0 | 1101 | 0 | 10101011 | 1100011 | 110111 |
Color Harmonies of #1AFEDD
Complementary color
Monochromatic Colors of #1AFEDD
Black with #1AFEDD
Text Example
Text Example
White with #1AFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFEDD; }
p { color: rgb(26,254,221); }
H1.HeaderClassName
{
color: #1AFEDD;
}
.AnyTagClassName
{
color: #1AFEDD;
}
</style>
background-color css
<style>
a { background-color: #1AFEDD; }
a { background-color: rgb(26,254,221); }
div.DivClassName
{
background-color: #1AFEDD;
}
.BgClassName
{
background-color: #1AFEDD;
}
</style>
border-color css
<style>
span { border-color: #1AFEDD; }
span { border-color: rgb(26,254,221); }
td.TdClassName
{
border-color: #1AFEDD;
}
.TagClassName
{
border-color: #1AFEDD;
}
</style>