Shades of Aqua #34FDFB
Tints of Aqua #34FDFB
RGB
CMYK
RGB Variations
Color information
#34FDFB (or 0x34FDFB) is known color: Aqua. HEX triplet: 34, FD and FB. RGB value is (52,253,251). Sum of RGB (Red+Green+Blue) = 52+253+251=556 (73% of max value = 765). Red value is 52 (20.70% from 255 or 9.35% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #34FDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34FDFB is #CB0204. Grayscale: #C0C0C0. Windows color (decimal): -13304325 or 16514356. OLE color: 16514356.
HSL color Cylindrical-coordinate representation of color #34FDFB: hue angle of 179.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FDFB is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 253 | 251 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.01 |
| HSL | 179.4º | 0.98% | 0.6% | - |
| HSV(B) | 179.4º | 0.79% | 0.99% | - |
| XYZ | 53.95 | 77.95 | 103.47 | - |
| YUV | 192.67 | 160.91 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 253 | 251 | 0.79 | 0 | 0.01 | 0.01 | 179.4 | 0.98 | 0.6 |
| Hex | 34 | FD | FB | 4F | 0 | 1 | 1 | B3 | 62 | 3C |
| Octal | 64 | 375 | 373 | 117 | 0 | 1 | 1 | 263 | 142 | 74 |
| Binary | 110100 | 11111101 | 11111011 | 1001111 | 0 | 1 | 1 | 10110011 | 1100010 | 111100 |
Color Harmonies of #34FDFB
Complementary color
Monochromatic Colors of #34FDFB
Black with #34FDFB
Text Example
Text Example
White with #34FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FDFB; }
p { color: rgb(52,253,251); }
H1.HeaderClassName
{
color: #34FDFB;
}
.AnyTagClassName
{
color: #34FDFB;
}
</style>
background-color css
<style>
a { background-color: #34FDFB; }
a { background-color: rgb(52,253,251); }
div.DivClassName
{
background-color: #34FDFB;
}
.BgClassName
{
background-color: #34FDFB;
}
</style>
border-color css
<style>
span { border-color: #34FDFB; }
span { border-color: rgb(52,253,251); }
td.TdClassName
{
border-color: #34FDFB;
}
.TagClassName
{
border-color: #34FDFB;
}
</style>