Shades of Bright Turquoise #2AFEEF
Tints of Bright Turquoise #2AFEEF
RGB
CMYK
RGB Variations
Color information
#2AFEEF (or 0x2AFEEF) is known color: Bright Turquoise. HEX triplet: 2A, FE and EF. RGB value is (42,254,239). Sum of RGB (Red+Green+Blue) = 42+254+239=535 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.85% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFEEF is #D50110. Grayscale: #BCBCBC. Windows color (decimal): -13959441 or 15728170. OLE color: 15728170.
HSL color Cylindrical-coordinate representation of color #2AFEEF: hue angle of 175.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEEF is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 239 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.00 |
| HSL | 175.75º | 0.99% | 0.58% | - |
| HSV(B) | 175.75º | 0.83% | 1% | - |
| XYZ | 51.98 | 77.61 | 93.9 | - |
| YUV | 188.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 239 | 0.83 | 0 | 0.06 | 0.00 | 175.75 | 0.99 | 0.58 |
| Hex | 2A | FE | EF | 53 | 0 | 6 | 0 | B0 | 63 | 3A |
| Octal | 52 | 376 | 357 | 123 | 0 | 6 | 0 | 260 | 143 | 72 |
| Binary | 101010 | 11111110 | 11101111 | 1010011 | 0 | 110 | 0 | 10110000 | 1100011 | 111010 |
Color Harmonies of #2AFEEF
Complementary color
Monochromatic Colors of #2AFEEF
Black with #2AFEEF
Text Example
Text Example
White with #2AFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEEF; }
p { color: rgb(42,254,239); }
H1.HeaderClassName
{
color: #2AFEEF;
}
.AnyTagClassName
{
color: #2AFEEF;
}
</style>
background-color css
<style>
a { background-color: #2AFEEF; }
a { background-color: rgb(42,254,239); }
div.DivClassName
{
background-color: #2AFEEF;
}
.BgClassName
{
background-color: #2AFEEF;
}
</style>
border-color css
<style>
span { border-color: #2AFEEF; }
span { border-color: rgb(42,254,239); }
td.TdClassName
{
border-color: #2AFEEF;
}
.TagClassName
{
border-color: #2AFEEF;
}
</style>