Shades of Bright Turquoise #2AEAFA
Tints of Bright Turquoise #2AEAFA
RGB
CMYK
RGB Variations
Color information
#2AEAFA (or 0x2AEAFA) is known color: Bright Turquoise. HEX triplet: 2A, EA and FA. RGB value is (42,234,250). Sum of RGB (Red+Green+Blue) = 42+234+250=526 (69% of max value = 765). Red value is 42 (16.80% from 255 or 7.98% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AEAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEAFA is #D51505. Grayscale: #B2B2B2. Windows color (decimal): -13964550 or 16443946. OLE color: 16443946.
HSL color Cylindrical-coordinate representation of color #2AEAFA: hue angle of 184.62º 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 #2AEAFA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 234 | 250 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.02 |
| HSL | 184.62º | 0.95% | 0.57% | - |
| HSV(B) | 184.62º | 0.83% | 0.98% | - |
| XYZ | 47.63 | 66.24 | 100.72 | - |
| YUV | 178.42 | 168.39 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 250 | 0.83 | 0.06 | 0 | 0.02 | 184.62 | 0.95 | 0.57 |
| Hex | 2A | EA | FA | 53 | 6 | 0 | 2 | B9 | 5F | 39 |
| Octal | 52 | 352 | 372 | 123 | 6 | 0 | 2 | 271 | 137 | 71 |
| Binary | 101010 | 11101010 | 11111010 | 1010011 | 110 | 0 | 10 | 10111001 | 1011111 | 111001 |
Color Harmonies of #2AEAFA
Complementary color
Monochromatic Colors of #2AEAFA
Black with #2AEAFA
Text Example
Text Example
White with #2AEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEAFA; }
p { color: rgb(42,234,250); }
H1.HeaderClassName
{
color: #2AEAFA;
}
.AnyTagClassName
{
color: #2AEAFA;
}
</style>
background-color css
<style>
a { background-color: #2AEAFA; }
a { background-color: rgb(42,234,250); }
div.DivClassName
{
background-color: #2AEAFA;
}
.BgClassName
{
background-color: #2AEAFA;
}
</style>
border-color css
<style>
span { border-color: #2AEAFA; }
span { border-color: rgb(42,234,250); }
td.TdClassName
{
border-color: #2AEAFA;
}
.TagClassName
{
border-color: #2AEAFA;
}
</style>