Html Css Color HEX #20EADC Bright Turquoise

📋 copy color: '#20EADC'

red 32 ◦ green 234 ◦ blue 220

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

Shades of Bright Turquoise #20EADC

Tints of Bright Turquoise #20EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 6.58%
G = 48.15%
B = 45.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#20EADC (or 0x20EADC) is known color: Bright Turquoise. HEX triplet: 20, EA and DC. RGB value is (32,234,220). Sum of RGB (Red+Green+Blue) = 32+234+220=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #20EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EADC is #DF1523. Grayscale: #ABABAB. Windows color (decimal): -14619940 or 14477856. OLE color: 14477856.

HSL color Cylindrical-coordinate representation of color #20EADC: hue angle of 175.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EADC is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 234 220 -
CMYK 0.86 0 0.06 0.08
HSL 175.84º 0.83% 0.52% -
HSV(B) 175.84º 0.86% 0.92% -
XYZ 42.94 64.32 77.86 -
YUV 172.01 155.08 28.14 -
System Red Green Blue C M Y K H S L
Decimal 32 234 220 0.86 0 0.06 0.08 175.84 0.83 0.52
Hex 20 EA DC 56 0 6 8 B0 53 34
Octal 40 352 334 126 0 6 10 260 123 64
Binary 100000 11101010 11011100 1010110 0 110 1000 10110000 1010011 110100

Color Harmonies of #20EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EADC

Black with #20EADC

Text Example


Text Example

White with #20EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,234,220); }

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

background-color css

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

 a { background-color: rgb(32,234,220); }

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

border-color css

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

 span { border-color: rgb(32,234,220); }

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