Shades of Bright Turquoise #2AFFE4
Tints of Bright Turquoise #2AFFE4
RGB
CMYK
RGB Variations
Color information
#2AFFE4 (or 0x2AFFE4) is known color: Bright Turquoise. HEX triplet: 2A, FF and E4. RGB value is (42,255,228). Sum of RGB (Red+Green+Blue) = 42+255+228=525 (69% of max value = 765). Red value is 42 (16.80% from 255 or 8% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFE4 is #D5001B. Grayscale: #BCBCBC. Windows color (decimal): -13959196 or 15007530. OLE color: 15007530.
HSL color Cylindrical-coordinate representation of color #2AFFE4: hue angle of 172.39º 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 #2AFFE4 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 228 | - |
| CMYK | 0.84 | 0 | 0.11 | 0 |
| HSL | 172.39º | 1% | 0.58% | - |
| HSV(B) | 172.39º | 0.84% | 1% | - |
| XYZ | 50.72 | 77.61 | 85.71 | - |
| YUV | 188.24 | 150.43 | 23.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 228 | 0.84 | 0 | 0.11 | 0 | 172.39 | 1 | 0.58 |
| Hex | 2A | FF | E4 | 54 | 0 | B | 0 | AC | 64 | 3A |
| Octal | 52 | 377 | 344 | 124 | 0 | 13 | 0 | 254 | 144 | 72 |
| Binary | 101010 | 11111111 | 11100100 | 1010100 | 0 | 1011 | 0 | 10101100 | 1100100 | 111010 |
Color Harmonies of #2AFFE4
Complementary color
Monochromatic Colors of #2AFFE4
Black with #2AFFE4
Text Example
Text Example
White with #2AFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFE4; }
p { color: rgb(42,255,228); }
H1.HeaderClassName
{
color: #2AFFE4;
}
.AnyTagClassName
{
color: #2AFFE4;
}
</style>
background-color css
<style>
a { background-color: #2AFFE4; }
a { background-color: rgb(42,255,228); }
div.DivClassName
{
background-color: #2AFFE4;
}
.BgClassName
{
background-color: #2AFFE4;
}
</style>
border-color css
<style>
span { border-color: #2AFFE4; }
span { border-color: rgb(42,255,228); }
td.TdClassName
{
border-color: #2AFFE4;
}
.TagClassName
{
border-color: #2AFFE4;
}
</style>