Shades of Aqua #2DEFFF
Tints of Aqua #2DEFFF
RGB
CMYK
RGB Variations
Color information
#2DEFFF (or 0x2DEFFF) is known color: Aqua. HEX triplet: 2D, EF and FF. RGB value is (45,239,255). Sum of RGB (Red+Green+Blue) = 45+239+255=539 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.35% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DEFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEFFF is #D21000. Grayscale: #B6B6B6. Windows color (decimal): -13766657 or 16772909. OLE color: 16772909.
HSL color Cylindrical-coordinate representation of color #2DEFFF: hue angle of 184.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEFFF is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 239 | 255 | - |
| CMYK | 0.82 | 0.06 | 0 | 0 |
| HSL | 184.57º | 1% | 0.59% | - |
| HSV(B) | 184.57º | 0.82% | 1% | - |
| XYZ | 50 | 69.51 | 105.39 | - |
| YUV | 182.82 | 168.73 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 255 | 0.82 | 0.06 | 0 | 0 | 184.57 | 1 | 0.59 |
| Hex | 2D | EF | FF | 52 | 6 | 0 | 0 | B9 | 64 | 3B |
| Octal | 55 | 357 | 377 | 122 | 6 | 0 | 0 | 271 | 144 | 73 |
| Binary | 101101 | 11101111 | 11111111 | 1010010 | 110 | 0 | 0 | 10111001 | 1100100 | 111011 |
Color Harmonies of #2DEFFF
Complementary color
Monochromatic Colors of #2DEFFF
Black with #2DEFFF
Text Example
Text Example
White with #2DEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFFF; }
p { color: rgb(45,239,255); }
H1.HeaderClassName
{
color: #2DEFFF;
}
.AnyTagClassName
{
color: #2DEFFF;
}
</style>
background-color css
<style>
a { background-color: #2DEFFF; }
a { background-color: rgb(45,239,255); }
div.DivClassName
{
background-color: #2DEFFF;
}
.BgClassName
{
background-color: #2DEFFF;
}
</style>
border-color css
<style>
span { border-color: #2DEFFF; }
span { border-color: rgb(45,239,255); }
td.TdClassName
{
border-color: #2DEFFF;
}
.TagClassName
{
border-color: #2DEFFF;
}
</style>