Shades of Aqua #2DEFFD
Tints of Aqua #2DEFFD
RGB
CMYK
RGB Variations
Color information
#2DEFFD (or 0x2DEFFD) is known color: Aqua. HEX triplet: 2D, EF and FD. RGB value is (45,239,253). Sum of RGB (Red+Green+Blue) = 45+239+253=537 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.38% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DEFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFFD is #D21002. Grayscale: #B6B6B6. Windows color (decimal): -13766659 or 16641837. OLE color: 16641837.
HSL color Cylindrical-coordinate representation of color #2DEFFD: hue angle of 184.04º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEFFD is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 239 | 253 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.01 |
| HSL | 184.04º | 0.98% | 0.58% | - |
| HSV(B) | 184.04º | 0.82% | 0.99% | - |
| XYZ | 49.68 | 69.38 | 103.7 | - |
| YUV | 182.59 | 167.73 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 253 | 0.82 | 0.06 | 0 | 0.01 | 184.04 | 0.98 | 0.58 |
| Hex | 2D | EF | FD | 52 | 6 | 0 | 1 | B8 | 62 | 3A |
| Octal | 55 | 357 | 375 | 122 | 6 | 0 | 1 | 270 | 142 | 72 |
| Binary | 101101 | 11101111 | 11111101 | 1010010 | 110 | 0 | 1 | 10111000 | 1100010 | 111010 |
Color Harmonies of #2DEFFD
Complementary color
Monochromatic Colors of #2DEFFD
Black with #2DEFFD
Text Example
Text Example
White with #2DEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFFD; }
p { color: rgb(45,239,253); }
H1.HeaderClassName
{
color: #2DEFFD;
}
.AnyTagClassName
{
color: #2DEFFD;
}
</style>
background-color css
<style>
a { background-color: #2DEFFD; }
a { background-color: rgb(45,239,253); }
div.DivClassName
{
background-color: #2DEFFD;
}
.BgClassName
{
background-color: #2DEFFD;
}
</style>
border-color css
<style>
span { border-color: #2DEFFD; }
span { border-color: rgb(45,239,253); }
td.TdClassName
{
border-color: #2DEFFD;
}
.TagClassName
{
border-color: #2DEFFD;
}
</style>