Html Css Color HEX #20EBD4 Bright Turquoise

📋 copy color: '#20EBD4'

red 32 ◦ green 235 ◦ blue 212

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

Shades of Bright Turquoise #20EBD4

Tints of Bright Turquoise #20EBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.26%

R = 6.68%
G = 49.06%
B = 44.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#20EBD4 (or 0x20EBD4) is known color: Bright Turquoise. HEX triplet: 20, EB and D4. RGB value is (32,235,212). Sum of RGB (Red+Green+Blue) = 32+235+212=479 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.68% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #20EBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EBD4 is #DF142B. Grayscale: #ABABAB. Windows color (decimal): -14619692 or 13953824. OLE color: 13953824.

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

Color convert

RGB 32 235 212 -
CMYK 0.86 0 0.10 0.08
HSL 173.2º 0.84% 0.52% -
HSV(B) 173.2º 0.86% 0.92% -
XYZ 42.19 64.48 72.51 -
YUV 171.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 32 235 212 0.86 0 0.10 0.08 173.2 0.84 0.52
Hex 20 EB D4 56 0 A 8 AD 54 34
Octal 40 353 324 126 0 12 10 255 124 64
Binary 100000 11101011 11010100 1010110 0 1010 1000 10101101 1010100 110100

Color Harmonies of #20EBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EBD4

Black with #20EBD4

Text Example


Text Example

White with #20EBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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