Shades of Bright Turquoise #2AE5FF
Tints of Bright Turquoise #2AE5FF
RGB
CMYK
RGB Variations
Color information
#2AE5FF (or 0x2AE5FF) is known color: Bright Turquoise. HEX triplet: 2A, E5 and FF. RGB value is (42,229,255). Sum of RGB (Red+Green+Blue) = 42+229+255=526 (69% of max value = 765). Red value is 42 (16.80% from 255 or 7.98% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AE5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AE5FF is #D51A00. Grayscale: #AFAFAF. Windows color (decimal): -13965825 or 16770346. OLE color: 16770346.
HSL color Cylindrical-coordinate representation of color #2AE5FF: hue angle of 187.32º 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 #2AE5FF is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 229 | 255 | - |
| CMYK | 0.84 | 0.10 | 0 | 0 |
| HSL | 187.32º | 1% | 0.58% | - |
| HSV(B) | 187.32º | 0.84% | 1% | - |
| XYZ | 47.02 | 63.75 | 104.43 | - |
| YUV | 176.05 | 172.55 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 255 | 0.84 | 0.10 | 0 | 0 | 187.32 | 1 | 0.58 |
| Hex | 2A | E5 | FF | 54 | A | 0 | 0 | BB | 64 | 3A |
| Octal | 52 | 345 | 377 | 124 | 12 | 0 | 0 | 273 | 144 | 72 |
| Binary | 101010 | 11100101 | 11111111 | 1010100 | 1010 | 0 | 0 | 10111011 | 1100100 | 111010 |
Color Harmonies of #2AE5FF
Complementary color
Monochromatic Colors of #2AE5FF
Black with #2AE5FF
Text Example
Text Example
White with #2AE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE5FF; }
p { color: rgb(42,229,255); }
H1.HeaderClassName
{
color: #2AE5FF;
}
.AnyTagClassName
{
color: #2AE5FF;
}
</style>
background-color css
<style>
a { background-color: #2AE5FF; }
a { background-color: rgb(42,229,255); }
div.DivClassName
{
background-color: #2AE5FF;
}
.BgClassName
{
background-color: #2AE5FF;
}
</style>
border-color css
<style>
span { border-color: #2AE5FF; }
span { border-color: rgb(42,229,255); }
td.TdClassName
{
border-color: #2AE5FF;
}
.TagClassName
{
border-color: #2AE5FF;
}
</style>