Html Css Color HEX #20ECCD Bright Turquoise

📋 copy color: '#20ECCD'

red 32 ◦ green 236 ◦ blue 205

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

Shades of Bright Turquoise #20ECCD

Tints of Bright Turquoise #20ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 6.77%
G = 49.89%
B = 43.34%

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

#20ECCD (or 0x20ECCD) is known color: Bright Turquoise. HEX triplet: 20, EC and CD. RGB value is (32,236,205). Sum of RGB (Red+Green+Blue) = 32+236+205=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECCD is #DF1332. Grayscale: #ABABAB. Windows color (decimal): -14619443 or 13495328. OLE color: 13495328.

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

Color convert

RGB 32 236 205 -
CMYK 0.86 0 0.13 0.07
HSL 170.88º 0.84% 0.53% -
HSV(B) 170.88º 0.86% 0.93% -
XYZ 41.61 64.71 68.05 -
YUV 171.47 146.91 28.52 -
System Red Green Blue C M Y K H S L
Decimal 32 236 205 0.86 0 0.13 0.07 170.88 0.84 0.53
Hex 20 EC CD 56 0 D 7 AB 54 35
Octal 40 354 315 126 0 15 7 253 124 65
Binary 100000 11101100 11001101 1010110 0 1101 111 10101011 1010100 110101

Color Harmonies of #20ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECCD

Black with #20ECCD

Text Example


Text Example

White with #20ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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