Shades of Bright Turquoise #2AFFE2
Tints of Bright Turquoise #2AFFE2
RGB
CMYK
RGB Variations
Color information
#2AFFE2 (or 0x2AFFE2) is known color: Bright Turquoise. HEX triplet: 2A, FF and E2. RGB value is (42,255,226). Sum of RGB (Red+Green+Blue) = 42+255+226=523 (69% of max value = 765). Red value is 42 (16.80% from 255 or 8.03% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFE2 is #D5001D. Grayscale: #BBBBBB. Windows color (decimal): -13959198 or 14876458. OLE color: 14876458.
HSL color Cylindrical-coordinate representation of color #2AFFE2: hue angle of 171.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFE2 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 226 | - |
| CMYK | 0.84 | 0 | 0.11 | 0 |
| HSL | 171.83º | 1% | 0.58% | - |
| HSV(B) | 171.83º | 0.84% | 1% | - |
| XYZ | 50.44 | 77.5 | 84.25 | - |
| YUV | 188.01 | 149.43 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 226 | 0.84 | 0 | 0.11 | 0 | 171.83 | 1 | 0.58 |
| Hex | 2A | FF | E2 | 54 | 0 | B | 0 | AC | 64 | 3A |
| Octal | 52 | 377 | 342 | 124 | 0 | 13 | 0 | 254 | 144 | 72 |
| Binary | 101010 | 11111111 | 11100010 | 1010100 | 0 | 1011 | 0 | 10101100 | 1100100 | 111010 |
Color Harmonies of #2AFFE2
Complementary color
Monochromatic Colors of #2AFFE2
Black with #2AFFE2
Text Example
Text Example
White with #2AFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFE2; }
p { color: rgb(42,255,226); }
H1.HeaderClassName
{
color: #2AFFE2;
}
.AnyTagClassName
{
color: #2AFFE2;
}
</style>
background-color css
<style>
a { background-color: #2AFFE2; }
a { background-color: rgb(42,255,226); }
div.DivClassName
{
background-color: #2AFFE2;
}
.BgClassName
{
background-color: #2AFFE2;
}
</style>
border-color css
<style>
span { border-color: #2AFFE2; }
span { border-color: rgb(42,255,226); }
td.TdClassName
{
border-color: #2AFFE2;
}
.TagClassName
{
border-color: #2AFFE2;
}
</style>