Html Css Color HEX #20E3D0 Bright Turquoise

📋 copy color: '#20E3D0'

red 32 ◦ green 227 ◦ blue 208

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

Shades of Bright Turquoise #20E3D0

Tints of Bright Turquoise #20E3D0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 6.85%
G = 48.61%
B = 44.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#20E3D0 (or 0x20E3D0) is known color: Bright Turquoise. HEX triplet: 20, E3 and D0. RGB value is (32,227,208). Sum of RGB (Red+Green+Blue) = 32+227+208=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #20E3D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E3D0 is #DF1C2F. Grayscale: #A6A6A6. Windows color (decimal): -14621744 or 13689632. OLE color: 13689632.

HSL color Cylindrical-coordinate representation of color #20E3D0: hue angle of 174.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E3D0 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 227 208 -
CMYK 0.86 0 0.08 0.11
HSL 174.15º 0.78% 0.51% -
HSV(B) 174.15º 0.86% 0.89% -
XYZ 39.45 59.8 69.14 -
YUV 166.53 151.4 32.04 -
System Red Green Blue C M Y K H S L
Decimal 32 227 208 0.86 0 0.08 0.11 174.15 0.78 0.51
Hex 20 E3 D0 56 0 8 B AE 4E 33
Octal 40 343 320 126 0 10 13 256 116 63
Binary 100000 11100011 11010000 1010110 0 1000 1011 10101110 1001110 110011

Color Harmonies of #20E3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E3D0

Black with #20E3D0

Text Example


Text Example

White with #20E3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,227,208); }

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

background-color css

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

 a { background-color: rgb(32,227,208); }

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

border-color css

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

 span { border-color: rgb(32,227,208); }

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