Html Css Color HEX #20EDD6 Bright Turquoise

📋 copy color: '#20EDD6'

red 32 ◦ green 237 ◦ blue 214

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

Shades of Bright Turquoise #20EDD6

Tints of Bright Turquoise #20EDD6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 6.63%
G = 49.07%
B = 44.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#20EDD6 (or 0x20EDD6) is known color: Bright Turquoise. HEX triplet: 20, ED and D6. RGB value is (32,237,214). Sum of RGB (Red+Green+Blue) = 32+237+214=483 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.63% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDD6 is #DF1229. Grayscale: #ACACAC. Windows color (decimal): -14619178 or 14085408. OLE color: 14085408.

HSL color Cylindrical-coordinate representation of color #20EDD6: hue angle of 173.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EDD6 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 237 214 -
CMYK 0.86 0 0.10 0.07
HSL 173.27º 0.85% 0.53% -
HSV(B) 173.27º 0.86% 0.93% -
XYZ 43.02 65.73 74.04 -
YUV 173.08 151.08 27.37 -
System Red Green Blue C M Y K H S L
Decimal 32 237 214 0.86 0 0.10 0.07 173.27 0.85 0.53
Hex 20 ED D6 56 0 A 7 AD 55 35
Octal 40 355 326 126 0 12 7 255 125 65
Binary 100000 11101101 11010110 1010110 0 1010 111 10101101 1010101 110101

Color Harmonies of #20EDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EDD6

Black with #20EDD6

Text Example


Text Example

White with #20EDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,237,214); }

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

background-color css

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

 a { background-color: rgb(32,237,214); }

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

border-color css

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

 span { border-color: rgb(32,237,214); }

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