Shades of Aqua #36FFFD
Tints of Aqua #36FFFD
RGB
CMYK
RGB Variations
Color information
#36FFFD (or 0x36FFFD) is known color: Aqua. HEX triplet: 36, FF and FD. RGB value is (54,255,253). Sum of RGB (Red+Green+Blue) = 54+255+253=562 (74% of max value = 765). Red value is 54 (21.48% from 255 or 9.61% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36FFFD is #C90002. Grayscale: #C2C2C2. Windows color (decimal): -13172739 or 16645942. OLE color: 16645942.
HSL color Cylindrical-coordinate representation of color #36FFFD: hue angle of 179.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFFD is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 253 | - |
| CMYK | 0.79 | 0 | 0.01 | 0 |
| HSL | 179.4º | 1% | 0.61% | - |
| HSV(B) | 179.4º | 0.79% | 1% | - |
| XYZ | 55.01 | 79.4 | 105.35 | - |
| YUV | 194.67 | 160.91 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 253 | 0.79 | 0 | 0.01 | 0 | 179.4 | 1 | 0.61 |
| Hex | 36 | FF | FD | 4F | 0 | 1 | 0 | B3 | 64 | 3D |
| Octal | 66 | 377 | 375 | 117 | 0 | 1 | 0 | 263 | 144 | 75 |
| Binary | 110110 | 11111111 | 11111101 | 1001111 | 0 | 1 | 0 | 10110011 | 1100100 | 111101 |
Color Harmonies of #36FFFD
Complementary color
Monochromatic Colors of #36FFFD
Black with #36FFFD
Text Example
Text Example
White with #36FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFFD; }
p { color: rgb(54,255,253); }
H1.HeaderClassName
{
color: #36FFFD;
}
.AnyTagClassName
{
color: #36FFFD;
}
</style>
background-color css
<style>
a { background-color: #36FFFD; }
a { background-color: rgb(54,255,253); }
div.DivClassName
{
background-color: #36FFFD;
}
.BgClassName
{
background-color: #36FFFD;
}
</style>
border-color css
<style>
span { border-color: #36FFFD; }
span { border-color: rgb(54,255,253); }
td.TdClassName
{
border-color: #36FFFD;
}
.TagClassName
{
border-color: #36FFFD;
}
</style>