Html Css Color HEX #20EBDC Bright Turquoise

📋 copy color: '#20EBDC'

red 32 ◦ green 235 ◦ blue 220

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

Shades of Bright Turquoise #20EBDC

Tints of Bright Turquoise #20EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.25%

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

R = 6.57%
G = 48.25%
B = 45.17%

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

#20EBDC (or 0x20EBDC) is known color: Bright Turquoise. HEX triplet: 20, EB and DC. RGB value is (32,235,220). Sum of RGB (Red+Green+Blue) = 32+235+220=487 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.57% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBDC is #DF1423. Grayscale: #ACACAC. Windows color (decimal): -14619684 or 14478112. OLE color: 14478112.

HSL color Cylindrical-coordinate representation of color #20EBDC: hue angle of 175.57º degrees, saturation: 0.84, 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 #20EBDC is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 235 220 -
CMYK 0.86 0 0.06 0.08
HSL 175.57º 0.84% 0.52% -
HSV(B) 175.57º 0.86% 0.92% -
XYZ 43.22 64.89 77.96 -
YUV 172.59 154.75 27.72 -
System Red Green Blue C M Y K H S L
Decimal 32 235 220 0.86 0 0.06 0.08 175.57 0.84 0.52
Hex 20 EB DC 56 0 6 8 B0 54 34
Octal 40 353 334 126 0 6 10 260 124 64
Binary 100000 11101011 11011100 1010110 0 110 1000 10110000 1010100 110100

Color Harmonies of #20EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EBDC

Black with #20EBDC

Text Example


Text Example

White with #20EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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