Shades of Bright Turquoise #2AF9EA
Tints of Bright Turquoise #2AF9EA
RGB
CMYK
RGB Variations
Color information
#2AF9EA (or 0x2AF9EA) is known color: Bright Turquoise. HEX triplet: 2A, F9 and EA. RGB value is (42,249,234). Sum of RGB (Red+Green+Blue) = 42+249+234=525 (69% of max value = 765). Red value is 42 (16.80% from 255 or 8% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF9EA is #D50615. Grayscale: #B9B9B9. Windows color (decimal): -13960726 or 15399210. OLE color: 15399210.
HSL color Cylindrical-coordinate representation of color #2AF9EA: hue angle of 175.65º 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 #2AF9EA is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 234 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.02 |
| HSL | 175.65º | 0.95% | 0.57% | - |
| HSV(B) | 175.65º | 0.83% | 0.98% | - |
| XYZ | 49.68 | 74.18 | 89.54 | - |
| YUV | 185.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 234 | 0.83 | 0 | 0.06 | 0.02 | 175.65 | 0.95 | 0.57 |
| Hex | 2A | F9 | EA | 53 | 0 | 6 | 2 | B0 | 5F | 39 |
| Octal | 52 | 371 | 352 | 123 | 0 | 6 | 2 | 260 | 137 | 71 |
| Binary | 101010 | 11111001 | 11101010 | 1010011 | 0 | 110 | 10 | 10110000 | 1011111 | 111001 |
Color Harmonies of #2AF9EA
Complementary color
Monochromatic Colors of #2AF9EA
Black with #2AF9EA
Text Example
Text Example
White with #2AF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF9EA; }
p { color: rgb(42,249,234); }
H1.HeaderClassName
{
color: #2AF9EA;
}
.AnyTagClassName
{
color: #2AF9EA;
}
</style>
background-color css
<style>
a { background-color: #2AF9EA; }
a { background-color: rgb(42,249,234); }
div.DivClassName
{
background-color: #2AF9EA;
}
.BgClassName
{
background-color: #2AF9EA;
}
</style>
border-color css
<style>
span { border-color: #2AF9EA; }
span { border-color: rgb(42,249,234); }
td.TdClassName
{
border-color: #2AF9EA;
}
.TagClassName
{
border-color: #2AF9EA;
}
</style>