Shades of Bright Turquoise #2AECFA
Tints of Bright Turquoise #2AECFA
RGB
CMYK
RGB Variations
Color information
#2AECFA (or 0x2AECFA) is known color: Bright Turquoise. HEX triplet: 2A, EC and FA. RGB value is (42,236,250). Sum of RGB (Red+Green+Blue) = 42+236+250=528 (69% of max value = 765). Red value is 42 (16.80% from 255 or 7.95% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AECFA is #D51305. Grayscale: #B3B3B3. Windows color (decimal): -13964038 or 16444458. OLE color: 16444458.
HSL color Cylindrical-coordinate representation of color #2AECFA: hue angle of 184.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AECFA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 236 | 250 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.02 |
| HSL | 184.04º | 0.95% | 0.57% | - |
| HSV(B) | 184.04º | 0.83% | 0.98% | - |
| XYZ | 48.21 | 67.39 | 100.91 | - |
| YUV | 179.59 | 167.73 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 250 | 0.83 | 0.06 | 0 | 0.02 | 184.04 | 0.95 | 0.57 |
| Hex | 2A | EC | FA | 53 | 6 | 0 | 2 | B8 | 5F | 39 |
| Octal | 52 | 354 | 372 | 123 | 6 | 0 | 2 | 270 | 137 | 71 |
| Binary | 101010 | 11101100 | 11111010 | 1010011 | 110 | 0 | 10 | 10111000 | 1011111 | 111001 |
Color Harmonies of #2AECFA
Complementary color
Monochromatic Colors of #2AECFA
Black with #2AECFA
Text Example
Text Example
White with #2AECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECFA; }
p { color: rgb(42,236,250); }
H1.HeaderClassName
{
color: #2AECFA;
}
.AnyTagClassName
{
color: #2AECFA;
}
</style>
background-color css
<style>
a { background-color: #2AECFA; }
a { background-color: rgb(42,236,250); }
div.DivClassName
{
background-color: #2AECFA;
}
.BgClassName
{
background-color: #2AECFA;
}
</style>
border-color css
<style>
span { border-color: #2AECFA; }
span { border-color: rgb(42,236,250); }
td.TdClassName
{
border-color: #2AECFA;
}
.TagClassName
{
border-color: #2AECFA;
}
</style>