Html Css Color HEX #20EDCE Bright Turquoise

📋 copy color: '#20EDCE'

red 32 ◦ green 237 ◦ blue 206

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

Shades of Bright Turquoise #20EDCE

Tints of Bright Turquoise #20EDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 6.74%
G = 49.89%
B = 43.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#20EDCE (or 0x20EDCE) is known color: Bright Turquoise. HEX triplet: 20, ED and CE. RGB value is (32,237,206). Sum of RGB (Red+Green+Blue) = 32+237+206=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDCE is #DF1231. Grayscale: #ACACAC. Windows color (decimal): -14619186 or 13561120. OLE color: 13561120.

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

Color convert

RGB 32 237 206 -
CMYK 0.86 0 0.13 0.07
HSL 170.93º 0.85% 0.53% -
HSV(B) 170.93º 0.86% 0.93% -
XYZ 42.02 65.33 68.79 -
YUV 172.17 147.08 28.02 -
System Red Green Blue C M Y K H S L
Decimal 32 237 206 0.86 0 0.13 0.07 170.93 0.85 0.53
Hex 20 ED CE 56 0 D 7 AB 55 35
Octal 40 355 316 126 0 15 7 253 125 65
Binary 100000 11101101 11001110 1010110 0 1101 111 10101011 1010101 110101

Color Harmonies of #20EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EDCE

Black with #20EDCE

Text Example


Text Example

White with #20EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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