Shades of Aqua #34FFFF
Tints of Aqua #34FFFF
RGB
CMYK
RGB Variations
Color information
#34FFFF (or 0x34FFFF) is known color: Aqua. HEX triplet: 34, FF and FF. RGB value is (52,255,255). Sum of RGB (Red+Green+Blue) = 52+255+255=562 (74% of max value = 765). Red value is 52 (20.70% from 255 or 9.25% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #34FFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FFFF is #CB0000. Grayscale: #C2C2C2. Windows color (decimal): -13303809 or 16777012. OLE color: 16777012.
HSL color Cylindrical-coordinate representation of color #34FFFF: hue angle of 180º 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 #34FFFF is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 255 | - |
| CMYK | 0.80 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.6% | - |
| HSV(B) | 180º | 0.8% | 1% | - |
| XYZ | 55.23 | 79.47 | 107.04 | - |
| YUV | 194.3 | 162.25 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 255 | 0.80 | 0 | 0 | 0 | 180 | 1 | 0.6 |
| Hex | 34 | FF | FF | 50 | 0 | 0 | 0 | B4 | 64 | 3C |
| Octal | 64 | 377 | 377 | 120 | 0 | 0 | 0 | 264 | 144 | 74 |
| Binary | 110100 | 11111111 | 11111111 | 1010000 | 0 | 0 | 0 | 10110100 | 1100100 | 111100 |
Color Harmonies of #34FFFF
Complementary color
Monochromatic Colors of #34FFFF
Black with #34FFFF
Text Example
Text Example
White with #34FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FFFF; }
p { color: rgb(52,255,255); }
H1.HeaderClassName
{
color: #34FFFF;
}
.AnyTagClassName
{
color: #34FFFF;
}
</style>
background-color css
<style>
a { background-color: #34FFFF; }
a { background-color: rgb(52,255,255); }
div.DivClassName
{
background-color: #34FFFF;
}
.BgClassName
{
background-color: #34FFFF;
}
</style>
border-color css
<style>
span { border-color: #34FFFF; }
span { border-color: rgb(52,255,255); }
td.TdClassName
{
border-color: #34FFFF;
}
.TagClassName
{
border-color: #34FFFF;
}
</style>