Shades of Aqua #34FBFF
Tints of Aqua #34FBFF
RGB
CMYK
RGB Variations
Color information
#34FBFF (or 0x34FBFF) is known color: Aqua. HEX triplet: 34, FB and FF. RGB value is (52,251,255). Sum of RGB (Red+Green+Blue) = 52+251+255=558 (73% of max value = 765). Red value is 52 (20.70% from 255 or 9.32% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #34FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FBFF is #CB0400. Grayscale: #BFBFBF. Windows color (decimal): -13304833 or 16775988. OLE color: 16775988.
HSL color Cylindrical-coordinate representation of color #34FBFF: hue angle of 181.18º 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 #34FBFF is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 251 | 255 | - |
| CMYK | 0.80 | 0.02 | 0 | 0 |
| HSL | 181.18º | 1% | 0.6% | - |
| HSV(B) | 181.18º | 0.8% | 1% | - |
| XYZ | 53.96 | 76.94 | 106.62 | - |
| YUV | 191.96 | 163.57 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 251 | 255 | 0.80 | 0.02 | 0 | 0 | 181.18 | 1 | 0.6 |
| Hex | 34 | FB | FF | 50 | 2 | 0 | 0 | B5 | 64 | 3C |
| Octal | 64 | 373 | 377 | 120 | 2 | 0 | 0 | 265 | 144 | 74 |
| Binary | 110100 | 11111011 | 11111111 | 1010000 | 10 | 0 | 0 | 10110101 | 1100100 | 111100 |
Color Harmonies of #34FBFF
Complementary color
Monochromatic Colors of #34FBFF
Black with #34FBFF
Text Example
Text Example
White with #34FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FBFF; }
p { color: rgb(52,251,255); }
H1.HeaderClassName
{
color: #34FBFF;
}
.AnyTagClassName
{
color: #34FBFF;
}
</style>
background-color css
<style>
a { background-color: #34FBFF; }
a { background-color: rgb(52,251,255); }
div.DivClassName
{
background-color: #34FBFF;
}
.BgClassName
{
background-color: #34FBFF;
}
</style>
border-color css
<style>
span { border-color: #34FBFF; }
span { border-color: rgb(52,251,255); }
td.TdClassName
{
border-color: #34FBFF;
}
.TagClassName
{
border-color: #34FBFF;
}
</style>