Shades of Bright Turquoise #1AFEED
Tints of Bright Turquoise #1AFEED
RGB
CMYK
RGB Variations
Color information
#1AFEED (or 0x1AFEED) is known color: Bright Turquoise. HEX triplet: 1A, FE and ED. RGB value is (26,254,237). Sum of RGB (Red+Green+Blue) = 26+254+237=517 (68% of max value = 765). Red value is 26 (10.55% from 255 or 5.03% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFEED is #E50112. Grayscale: #B7B7B7. Windows color (decimal): -15008019 or 15597082. OLE color: 15597082.
HSL color Cylindrical-coordinate representation of color #1AFEED: hue angle of 175.53º 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 #1AFEED is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 237 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.00 |
| HSL | 175.53º | 0.99% | 0.55% | - |
| HSV(B) | 175.53º | 0.9% | 1% | - |
| XYZ | 51.15 | 77.22 | 92.33 | - |
| YUV | 183.89 | 157.96 | 15.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 237 | 0.90 | 0 | 0.07 | 0.00 | 175.53 | 0.99 | 0.55 |
| Hex | 1A | FE | ED | 5A | 0 | 7 | 0 | B0 | 63 | 37 |
| Octal | 32 | 376 | 355 | 132 | 0 | 7 | 0 | 260 | 143 | 67 |
| Binary | 11010 | 11111110 | 11101101 | 1011010 | 0 | 111 | 0 | 10110000 | 1100011 | 110111 |
Color Harmonies of #1AFEED
Complementary color
Monochromatic Colors of #1AFEED
Black with #1AFEED
Text Example
Text Example
White with #1AFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFEED; }
p { color: rgb(26,254,237); }
H1.HeaderClassName
{
color: #1AFEED;
}
.AnyTagClassName
{
color: #1AFEED;
}
</style>
background-color css
<style>
a { background-color: #1AFEED; }
a { background-color: rgb(26,254,237); }
div.DivClassName
{
background-color: #1AFEED;
}
.BgClassName
{
background-color: #1AFEED;
}
</style>
border-color css
<style>
span { border-color: #1AFEED; }
span { border-color: rgb(26,254,237); }
td.TdClassName
{
border-color: #1AFEED;
}
.TagClassName
{
border-color: #1AFEED;
}
</style>