Html Css Color HEX #20EACC Bright Turquoise

📋 copy color: '#20EACC'

red 32 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #20EACC

Tints of Bright Turquoise #20EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

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

R = 6.81%
G = 49.79%
B = 43.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#20EACC (or 0x20EACC) is known color: Bright Turquoise. HEX triplet: 20, EA and CC. RGB value is (32,234,204). Sum of RGB (Red+Green+Blue) = 32+234+204=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #20EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EACC is #DF1533. Grayscale: #AAAAAA. Windows color (decimal): -14619956 or 13429280. OLE color: 13429280.

HSL color Cylindrical-coordinate representation of color #20EACC: hue angle of 171.09º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EACC is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 234 204 -
CMYK 0.86 0 0.13 0.08
HSL 171.09º 0.83% 0.52% -
HSV(B) 171.09º 0.86% 0.92% -
XYZ 40.92 63.51 67.23 -
YUV 170.18 147.08 29.44 -
System Red Green Blue C M Y K H S L
Decimal 32 234 204 0.86 0 0.13 0.08 171.09 0.83 0.52
Hex 20 EA CC 56 0 D 8 AB 53 34
Octal 40 352 314 126 0 15 10 253 123 64
Binary 100000 11101010 11001100 1010110 0 1101 1000 10101011 1010011 110100

Color Harmonies of #20EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EACC

Black with #20EACC

Text Example


Text Example

White with #20EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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