Html Css Color HEX #20EFFF Aqua

📋 copy color: '#20EFFF'

red 32 ◦ green 239 ◦ blue 255

#20EFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #20EFFF

Tints of Aqua #20EFFF

RGB

 RED value IS 32 (12.89% from 255) = 6.08%

 GREEN value IS 239 (93.75% from 255) = 45.44%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 6.08%
G = 45.44%
B = 48.48%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#20EFFF (or 0x20EFFF) is known color: Aqua. HEX triplet: 20, EF and FF. RGB value is (32,239,255). Sum of RGB (Red+Green+Blue) = 32+239+255=526 (69% of max value = 765). Red value is 32 (12.89% from 255 or 6.08% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #20EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EFFF is #DF1000. Grayscale: #B2B2B2. Windows color (decimal): -14618625 or 16772896. OLE color: 16772896.

HSL color Cylindrical-coordinate representation of color #20EFFF: hue angle of 184.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFFF is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 239 255 -
CMYK 0.87 0.06 0 0
HSL 184.3º 1% 0.56% -
HSV(B) 184.3º 0.87% 1% -
XYZ 49.51 69.26 105.37 -
YUV 178.93 170.92 23.2 -
System Red Green Blue C M Y K H S L
Decimal 32 239 255 0.87 0.06 0 0 184.3 1 0.56
Hex 20 EF FF 57 6 0 0 B8 64 38
Octal 40 357 377 127 6 0 0 270 144 70
Binary 100000 11101111 11111111 1010111 110 0 0 10111000 1100100 111000

Color Harmonies of #20EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EFFF

Black with #20EFFF

Text Example


Text Example

White with #20EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20EFFF; }

 p { color: rgb(32,239,255); }

 H1.HeaderClassName
 {
   color: #20EFFF;
 }
 .AnyTagClassName
 {
   color: #20EFFF;
 }
</style>

background-color css

<style>
 a { background-color: #20EFFF; }

 a { background-color: rgb(32,239,255); }

 div.DivClassName
 {
   background-color: #20EFFF;
 }
 .BgClassName
 {
   background-color: #20EFFF;
 }
</style>

border-color css

<style>
 span { border-color: #20EFFF; }

 span { border-color: rgb(32,239,255); }

 td.TdClassName
 {
   border-color: #20EFFF;
 }
 .TagClassName
 {
   border-color: #20EFFF;
 }
</style>