Html Css Color HEX #20ECDD Bright Turquoise

📋 copy color: '#20ECDD'

red 32 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #20ECDD

Tints of Bright Turquoise #20ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 6.54%
G = 48.26%
B = 45.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#20ECDD (or 0x20ECDD) is known color: Bright Turquoise. HEX triplet: 20, EC and DD. RGB value is (32,236,221). Sum of RGB (Red+Green+Blue) = 32+236+221=489 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.54% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECDD is #DF1322. Grayscale: #ADADAD. Windows color (decimal): -14619427 or 14543904. OLE color: 14543904.

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

Color convert

RGB 32 236 221 -
CMYK 0.86 0 0.06 0.07
HSL 175.59º 0.84% 0.53% -
HSV(B) 175.59º 0.86% 0.93% -
XYZ 43.64 65.52 78.75 -
YUV 173.29 154.91 27.22 -
System Red Green Blue C M Y K H S L
Decimal 32 236 221 0.86 0 0.06 0.07 175.59 0.84 0.53
Hex 20 EC DD 56 0 6 7 B0 54 35
Octal 40 354 335 126 0 6 7 260 124 65
Binary 100000 11101100 11011101 1010110 0 110 111 10110000 1010100 110101

Color Harmonies of #20ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECDD

Black with #20ECDD

Text Example


Text Example

White with #20ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,236,221); }

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

background-color css

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

 a { background-color: rgb(32,236,221); }

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

border-color css

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

 span { border-color: rgb(32,236,221); }

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