Shades of Bright Turquoise #2AEBF1
Tints of Bright Turquoise #2AEBF1
RGB
CMYK
RGB Variations
Color information
#2AEBF1 (or 0x2AEBF1) is known color: Bright Turquoise. HEX triplet: 2A, EB and F1. RGB value is (42,235,241). Sum of RGB (Red+Green+Blue) = 42+235+241=518 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.11% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #2AEBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEBF1 is #D5140E. Grayscale: #B1B1B1. Windows color (decimal): -13964303 or 15854378. OLE color: 15854378.
HSL color Cylindrical-coordinate representation of color #2AEBF1: hue angle of 181.81º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AEBF1 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 235 | 241 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.05 |
| HSL | 181.81º | 0.88% | 0.55% | - |
| HSV(B) | 181.81º | 0.83% | 0.95% | - |
| XYZ | 46.54 | 66.26 | 93.56 | - |
| YUV | 177.98 | 163.56 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 241 | 0.83 | 0.02 | 0 | 0.05 | 181.81 | 0.88 | 0.55 |
| Hex | 2A | EB | F1 | 53 | 2 | 0 | 5 | B6 | 58 | 37 |
| Octal | 52 | 353 | 361 | 123 | 2 | 0 | 5 | 266 | 130 | 67 |
| Binary | 101010 | 11101011 | 11110001 | 1010011 | 10 | 0 | 101 | 10110110 | 1011000 | 110111 |
Color Harmonies of #2AEBF1
Complementary color
Monochromatic Colors of #2AEBF1
Black with #2AEBF1
Text Example
Text Example
White with #2AEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBF1; }
p { color: rgb(42,235,241); }
H1.HeaderClassName
{
color: #2AEBF1;
}
.AnyTagClassName
{
color: #2AEBF1;
}
</style>
background-color css
<style>
a { background-color: #2AEBF1; }
a { background-color: rgb(42,235,241); }
div.DivClassName
{
background-color: #2AEBF1;
}
.BgClassName
{
background-color: #2AEBF1;
}
</style>
border-color css
<style>
span { border-color: #2AEBF1; }
span { border-color: rgb(42,235,241); }
td.TdClassName
{
border-color: #2AEBF1;
}
.TagClassName
{
border-color: #2AEBF1;
}
</style>