Shades of Bright Turquoise #2AEBFC
Tints of Bright Turquoise #2AEBFC
RGB
CMYK
RGB Variations
Color information
#2AEBFC (or 0x2AEBFC) is known color: Bright Turquoise. HEX triplet: 2A, EB and FC. RGB value is (42,235,252). Sum of RGB (Red+Green+Blue) = 42+235+252=529 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.94% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #2AEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEBFC is #D51403. Grayscale: #B2B2B2. Windows color (decimal): -13964292 or 16575274. OLE color: 16575274.
HSL color Cylindrical-coordinate representation of color #2AEBFC: hue angle of 184.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AEBFC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 235 | 252 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.01 |
| HSL | 184.86º | 0.97% | 0.58% | - |
| HSV(B) | 184.86º | 0.83% | 0.99% | - |
| XYZ | 48.23 | 66.94 | 102.47 | - |
| YUV | 179.23 | 169.06 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 252 | 0.83 | 0.07 | 0 | 0.01 | 184.86 | 0.97 | 0.58 |
| Hex | 2A | EB | FC | 53 | 7 | 0 | 1 | B9 | 61 | 3A |
| Octal | 52 | 353 | 374 | 123 | 7 | 0 | 1 | 271 | 141 | 72 |
| Binary | 101010 | 11101011 | 11111100 | 1010011 | 111 | 0 | 1 | 10111001 | 1100001 | 111010 |
Color Harmonies of #2AEBFC
Complementary color
Monochromatic Colors of #2AEBFC
Black with #2AEBFC
Text Example
Text Example
White with #2AEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBFC; }
p { color: rgb(42,235,252); }
H1.HeaderClassName
{
color: #2AEBFC;
}
.AnyTagClassName
{
color: #2AEBFC;
}
</style>
background-color css
<style>
a { background-color: #2AEBFC; }
a { background-color: rgb(42,235,252); }
div.DivClassName
{
background-color: #2AEBFC;
}
.BgClassName
{
background-color: #2AEBFC;
}
</style>
border-color css
<style>
span { border-color: #2AEBFC; }
span { border-color: rgb(42,235,252); }
td.TdClassName
{
border-color: #2AEBFC;
}
.TagClassName
{
border-color: #2AEBFC;
}
</style>