Shades of Aqua #34FEFA
Tints of Aqua #34FEFA
RGB
CMYK
RGB Variations
Color information
#34FEFA (or 0x34FEFA) is known color: Aqua. HEX triplet: 34, FE and FA. RGB value is (52,254,250). Sum of RGB (Red+Green+Blue) = 52+254+250=556 (73% of max value = 765). Red value is 52 (20.70% from 255 or 9.35% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #34FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FEFA is #CB0105. Grayscale: #C0C0C0. Windows color (decimal): -13304070 or 16449076. OLE color: 16449076.
HSL color Cylindrical-coordinate representation of color #34FEFA: hue angle of 178.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FEFA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 250 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.00 |
| HSL | 178.81º | 0.99% | 0.6% | - |
| HSV(B) | 178.81º | 0.8% | 1% | - |
| XYZ | 54.11 | 78.52 | 102.75 | - |
| YUV | 193.15 | 160.08 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 250 | 0.80 | 0 | 0.02 | 0.00 | 178.81 | 0.99 | 0.6 |
| Hex | 34 | FE | FA | 50 | 0 | 2 | 0 | B3 | 63 | 3C |
| Octal | 64 | 376 | 372 | 120 | 0 | 2 | 0 | 263 | 143 | 74 |
| Binary | 110100 | 11111110 | 11111010 | 1010000 | 0 | 10 | 0 | 10110011 | 1100011 | 111100 |
Color Harmonies of #34FEFA
Complementary color
Monochromatic Colors of #34FEFA
Black with #34FEFA
Text Example
Text Example
White with #34FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FEFA; }
p { color: rgb(52,254,250); }
H1.HeaderClassName
{
color: #34FEFA;
}
.AnyTagClassName
{
color: #34FEFA;
}
</style>
background-color css
<style>
a { background-color: #34FEFA; }
a { background-color: rgb(52,254,250); }
div.DivClassName
{
background-color: #34FEFA;
}
.BgClassName
{
background-color: #34FEFA;
}
</style>
border-color css
<style>
span { border-color: #34FEFA; }
span { border-color: rgb(52,254,250); }
td.TdClassName
{
border-color: #34FEFA;
}
.TagClassName
{
border-color: #34FEFA;
}
</style>