Shades of Aqua #34FAFF
Tints of Aqua #34FAFF
RGB
CMYK
RGB Variations
Color information
#34FAFF (or 0x34FAFF) is known color: Aqua. HEX triplet: 34, FA and FF. RGB value is (52,250,255). Sum of RGB (Red+Green+Blue) = 52+250+255=557 (73% of max value = 765). Red value is 52 (20.70% from 255 or 9.34% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #34FAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FAFF is #CB0500. Grayscale: #BFBFBF. Windows color (decimal): -13305089 or 16775732. OLE color: 16775732.
HSL color Cylindrical-coordinate representation of color #34FAFF: hue angle of 181.48º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FAFF is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 250 | 255 | - |
| CMYK | 0.80 | 0.02 | 0 | 0 |
| HSL | 181.48º | 1% | 0.6% | - |
| HSV(B) | 181.48º | 0.8% | 1% | - |
| XYZ | 53.65 | 76.32 | 106.51 | - |
| YUV | 191.37 | 163.9 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 255 | 0.80 | 0.02 | 0 | 0 | 181.48 | 1 | 0.6 |
| Hex | 34 | FA | FF | 50 | 2 | 0 | 0 | B5 | 64 | 3C |
| Octal | 64 | 372 | 377 | 120 | 2 | 0 | 0 | 265 | 144 | 74 |
| Binary | 110100 | 11111010 | 11111111 | 1010000 | 10 | 0 | 0 | 10110101 | 1100100 | 111100 |
Color Harmonies of #34FAFF
Complementary color
Monochromatic Colors of #34FAFF
Black with #34FAFF
Text Example
Text Example
White with #34FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FAFF; }
p { color: rgb(52,250,255); }
H1.HeaderClassName
{
color: #34FAFF;
}
.AnyTagClassName
{
color: #34FAFF;
}
</style>
background-color css
<style>
a { background-color: #34FAFF; }
a { background-color: rgb(52,250,255); }
div.DivClassName
{
background-color: #34FAFF;
}
.BgClassName
{
background-color: #34FAFF;
}
</style>
border-color css
<style>
span { border-color: #34FAFF; }
span { border-color: rgb(52,250,255); }
td.TdClassName
{
border-color: #34FAFF;
}
.TagClassName
{
border-color: #34FAFF;
}
</style>