Html Css Color HEX #20EDC9 Bright Turquoise

📋 copy color: '#20EDC9'

red 32 ◦ green 237 ◦ blue 201

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

Shades of Bright Turquoise #20EDC9

Tints of Bright Turquoise #20EDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 6.81%
G = 50.43%
B = 42.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#20EDC9 (or 0x20EDC9) is known color: Bright Turquoise. HEX triplet: 20, ED and C9. RGB value is (32,237,201). Sum of RGB (Red+Green+Blue) = 32+237+201=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDC9 is #DF1236. Grayscale: #ABABAB. Windows color (decimal): -14619191 or 13233440. OLE color: 13233440.

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

Color convert

RGB 32 237 201 -
CMYK 0.86 0 0.15 0.07
HSL 169.46º 0.85% 0.53% -
HSV(B) 169.46º 0.86% 0.93% -
XYZ 41.42 65.09 65.64 -
YUV 171.6 144.58 28.43 -
System Red Green Blue C M Y K H S L
Decimal 32 237 201 0.86 0 0.15 0.07 169.46 0.85 0.53
Hex 20 ED C9 56 0 F 7 A9 55 35
Octal 40 355 311 126 0 17 7 251 125 65
Binary 100000 11101101 11001001 1010110 0 1111 111 10101001 1010101 110101

Color Harmonies of #20EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EDC9

Black with #20EDC9

Text Example


Text Example

White with #20EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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