Html Css Color HEX #20E6D8 Bright Turquoise

📋 copy color: '#20E6D8'

red 32 ◦ green 230 ◦ blue 216

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

Shades of Bright Turquoise #20E6D8

Tints of Bright Turquoise #20E6D8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.12%

 BLUE value IS 216 (84.77% from 255) = 45.19%

R = 6.69%
G = 48.12%
B = 45.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#20E6D8 (or 0x20E6D8) is known color: Bright Turquoise. HEX triplet: 20, E6 and D8. RGB value is (32,230,216). Sum of RGB (Red+Green+Blue) = 32+230+216=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #20E6D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E6D8 is #DF1927. Grayscale: #A9A9A9. Windows color (decimal): -14620968 or 14214688. OLE color: 14214688.

HSL color Cylindrical-coordinate representation of color #20E6D8: hue angle of 175.76º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E6D8 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 230 216 -
CMYK 0.86 0 0.06 0.10
HSL 175.76º 0.8% 0.51% -
HSV(B) 175.76º 0.86% 0.9% -
XYZ 41.29 61.86 74.73 -
YUV 169.2 154.4 30.14 -
System Red Green Blue C M Y K H S L
Decimal 32 230 216 0.86 0 0.06 0.10 175.76 0.8 0.51
Hex 20 E6 D8 56 0 6 A B0 50 33
Octal 40 346 330 126 0 6 12 260 120 63
Binary 100000 11100110 11011000 1010110 0 110 1010 10110000 1010000 110011

Color Harmonies of #20E6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E6D8

Black with #20E6D8

Text Example


Text Example

White with #20E6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,230,216); }

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

background-color css

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

 a { background-color: rgb(32,230,216); }

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

border-color css

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

 span { border-color: rgb(32,230,216); }

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