Html Css Color HEX #20E7CC Bright Turquoise

📋 copy color: '#20E7CC'

red 32 ◦ green 231 ◦ blue 204

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

Shades of Bright Turquoise #20E7CC

Tints of Bright Turquoise #20E7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.46%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 6.85%
G = 49.46%
B = 43.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#20E7CC (or 0x20E7CC) is known color: Bright Turquoise. HEX triplet: 20, E7 and CC. RGB value is (32,231,204). Sum of RGB (Red+Green+Blue) = 32+231+204=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #20E7CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E7CC is #DF1833. Grayscale: #A8A8A8. Windows color (decimal): -14620724 or 13428512. OLE color: 13428512.

HSL color Cylindrical-coordinate representation of color #20E7CC: hue angle of 171.86º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E7CC is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 231 204 -
CMYK 0.86 0 0.12 0.09
HSL 171.86º 0.81% 0.52% -
HSV(B) 171.86º 0.86% 0.91% -
XYZ 40.07 61.82 66.95 -
YUV 168.42 148.07 30.7 -
System Red Green Blue C M Y K H S L
Decimal 32 231 204 0.86 0 0.12 0.09 171.86 0.81 0.52
Hex 20 E7 CC 56 0 C 9 AC 51 34
Octal 40 347 314 126 0 14 11 254 121 64
Binary 100000 11100111 11001100 1010110 0 1100 1001 10101100 1010001 110100

Color Harmonies of #20E7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E7CC

Black with #20E7CC

Text Example


Text Example

White with #20E7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,231,204); }

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

background-color css

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

 a { background-color: rgb(32,231,204); }

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

border-color css

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

 span { border-color: rgb(32,231,204); }

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